Skip to content

Commit

Permalink
Merge pull request #647 from mkurz/scala_3.3.1-RC5
Browse files Browse the repository at this point in the history
Scala 3.3.1 / 2.13.12
  • Loading branch information
mkurz authored Sep 11, 2023
2 parents 86170a6 + ff8bf37 commit cccdd63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val docs = project
.enablePlugins(PlayDocsPlugin)
.configs(Configuration.of("Docs", "docs"))
.settings(
scalaVersion := "2.13.11",
scalaVersion := "2.13.12",
// use special snapshot play version for now
resolvers ++= DefaultOptions.resolvers(snapshot = true),
resolvers += Resolver.typesafeRepo("releases"),
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

object Dependencies {
val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala3 = "3.3.0"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
}
2 changes: 1 addition & 1 deletion sbt-twirl/src/sbt-test/twirl/compile-scala3/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ lazy val root = (project in file("."))
SbtTwirl
}
.settings(
scalaVersion := "3.3.0",
scalaVersion := "3.3.1",
scalacOptions ++= Seq("-source:future", "-feature")
)

0 comments on commit cccdd63

Please sign in to comment.