Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed Sep 23, 2024
1 parent a69979d commit 1334d59
Show file tree
Hide file tree
Showing 2 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 @@ -7,7 +7,7 @@ addCommandAlias(
"interfaces/test;runtime/test;parser/test;cli/test;mdoc/test;testsInput/test;tests/test;jsdocs/test;worksheets/test;unit/test;unitJS/test;jsApi/test;jsWorker/test;js/test;"
)

def scala212 = "2.12.19"
def scala212 = "2.12.20"
def scala213 = "2.13.14"
def scala3 = "3.3.3"
def scala2Versions = List(scala212, scala213)
Expand Down
4 changes: 2 additions & 2 deletions 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.19"
ThisBuild / crossScalaVersions := List("2.12.19", "2.13.14", "3.3.3")
ThisBuild / scalaVersion := "2.12.20"
ThisBuild / crossScalaVersions := List("2.12.20", "2.13.14", "3.3.3")

enablePlugins(MdocPlugin)
mdocJS := Some(jsapp)
Expand Down

0 comments on commit 1334d59

Please sign in to comment.