Skip to content

Commit

Permalink
Update scala-compiler, scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Sep 26, 2024
1 parent 25bb496 commit dfb0f6d
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 @@ -230,7 +230,7 @@ addCommandAlias("compileScalafixOutputinScala3", s"""set `scalafix-output`/scala
def isCI = System.getenv("CI") != null

lazy val V = new {
val scala213 = "2.13.14"
val scala213 = "2.13.15"
val scala213BinaryVersion = "2.13"
val scala212 = "2.12.20"
val scalatest = "3.2.19"
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/scala/migrate/Messages.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ private[migrate] object Messages {
def notScala213(scalaVersion: String, projectId: String): String =
s"""|The current Scala Version of $projectId is $scalaVersion
|Before migrating to Scala 3, please upgrade to the latest 2.13 version.
|${YELLOW}scalaVersion := "2.13.14"$RESET
|${YELLOW}scalaVersion := "2.13.15"$RESET
|""".stripMargin
}

0 comments on commit dfb0f6d

Please sign in to comment.