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
scalameta-bot authored and tgodzik committed Oct 25, 2024
1 parent e98d2bd commit 0599998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addCommandAlias(
)

def scala212 = "2.12.20"
def scala213 = "2.13.14"
def scala213 = "2.13.15"
def scala3 = "3.3.3"
def scala2Versions = List(scala212, scala213)
def allScalaVersions = scala2Versions :+ scala3
Expand Down
2 changes: 1 addition & 1 deletion mdoc-sbt/src/sbt-test/sbt-mdoc/basic/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / scalaVersion := "2.12.20"
ThisBuild / crossScalaVersions := List("2.12.20", "2.13.14", "3.3.3")
ThisBuild / crossScalaVersions := List("2.12.20", "2.13.15", "3.3.3")

enablePlugins(MdocPlugin)
mdocJS := Some(jsapp)
Expand Down
2 changes: 1 addition & 1 deletion mdoc-sbt/src/sbt-test/sbt-mdoc/extra-arguments/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"

enablePlugins(MdocPlugin)

0 comments on commit 0599998

Please sign in to comment.