Skip to content

Commit

Permalink
Merge pull request #529 from scala-steward/update/scala-compiler-2.12.16
Browse files Browse the repository at this point in the history
scala-compiler, scala-library 2.12.16 (was 2.12.15)
  • Loading branch information
mkurz authored Jul 8, 2022
2 parents b193e77 + 77a023a commit 1c63725
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: playframework/.github/.github/workflows/cmd.yml@v2
with:
java: 11, 8
scala: 2.12.15, 2.13.8, 3.1.2
scala: 2.12.16, 2.13.8, 3.1.2
cmd: scripts/test-code.sh

finish:
Expand Down
2 changes: 1 addition & 1 deletion docs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lazy val docs = project
.enablePlugins(PlayDocsPlugin)
.configs(Configuration.of("Docs", "docs"))
.settings(
scalaVersion := "2.12.15",
scalaVersion := "2.12.16",
// use special snapshot play version for now
resolvers ++= DefaultOptions.resolvers(snapshot = true),
resolvers += Resolver.typesafeRepo("releases"),
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Dependencies {
val Scala212 = "2.12.15"
val Scala212 = "2.12.16"
val Scala213 = "2.13.8"
val Scala3 = "3.1.2"
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
Expand Down

0 comments on commit 1c63725

Please sign in to comment.