We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6159d92 + 0c0369e commit 0dcf10cCopy full SHA for 0dcf10c
project/Dependencies.scala
@@ -5,6 +5,6 @@
5
object Dependencies {
6
val Scala212 = "2.12.20"
7
val Scala213 = "2.13.17"
8
- val Scala3 = "3.3.6"
+ val Scala3 = "3.3.7"
9
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
10
}
sbt-twirl/src/sbt-test/twirl/compile-scala3/build.sbt
@@ -13,6 +13,6 @@ lazy val root = (project in file("."))
13
SbtTwirl
14
15
.settings(
16
- scalaVersion := "3.3.6",
+ scalaVersion := "3.3.7",
17
scalacOptions ++= Seq("-source:future", "-feature")
18
)
0 commit comments