Skip to content

Commit

Permalink
Update scala-compiler, scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed May 2, 2024
1 parent f105494 commit 56e6fd1
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 @@ -37,7 +37,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.13" that we need.
// not "scala_2.12.19" 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

0 comments on commit 56e6fd1

Please sign in to comment.