Skip to content

Commit

Permalink
Merge pull request #137 from scalacenter/update/scala-compiler-2.12.20
Browse files Browse the repository at this point in the history
Update scala-compiler, scala-library to 2.12.20
  • Loading branch information
danicheg authored Sep 8, 2024
2 parents 7e3dc59 + a7d2090 commit c4726c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val fullCrossVersionSettings = Seq(
// NOTE: SBT 1.x provides cross-version support for Scala sources
// (https://www.scala-sbt.org/1.x/docs/Cross-Build.html#Scala-version+specific+source+directory).
// Unfortunately, it only includes directories like "scala_2.12" or "scala_2.13",
// not "scala_2.12.19" or "scala_2.13.14" that we need.
// not "scala_2.12.20" or "scala_2.13.14" that we need.
// That's why we have to work around here.
val base = (Compile / sourceDirectory).value
val versionDir = scalaVersion.value.replaceAll("-.*", "")
Expand Down
2 changes: 1 addition & 1 deletion project/BuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ object BuildImplementation {
Keys.organization := "ch.epfl.scala",
Keys.resolvers += Resolver.jcenterRepo,
Keys.updateOptions := Keys.updateOptions.value.withCachedResolution(true),
Keys.scalaVersion := "2.12.19",
Keys.scalaVersion := "2.12.20",
sbt.nio.Keys.watchTriggeredMessage := Watch.clearScreenOnTrigger,
BuildKeys.enableStatistics := true,
BuildKeys.showScalaInstances := BuildDefaults.showScalaInstances.value
Expand Down

0 comments on commit c4726c2

Please sign in to comment.