Skip to content

Commit

Permalink
Close #379 - [refined4s-refined-compat-scala2] Bump Scala 2.12 to…
Browse files Browse the repository at this point in the history
… `2.12.16`
  • Loading branch information
kevin-lee committed Aug 31, 2024
1 parent e9ea13a commit 2aa62fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ lazy val chimneyJs = chimney.js.settings(jsSettingsForFuture)

lazy val refinedCompatScala2 = module("refined-compat-scala2", crossProject(JVMPlatform, JSPlatform))
.settings(
crossScalaVersions := List("2.12.15", "2.13.13"),
crossScalaVersions := List("2.12.16", "2.13.13"),
libraryDependencies ++=
(
if (isScala3(scalaVersion.value))
Expand Down

0 comments on commit 2aa62fe

Please sign in to comment.