Skip to content

Commit 0dcf10c

Browse files
authored
Merge pull request #1044 from scala-steward/update/2.0.x/patches
[2.0.x] Patch updates
2 parents 6159d92 + 0c0369e commit 0dcf10c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
object Dependencies {
66
val Scala212 = "2.12.20"
77
val Scala213 = "2.13.17"
8-
val Scala3 = "3.3.6"
8+
val Scala3 = "3.3.7"
99
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
1010
}

sbt-twirl/src/sbt-test/twirl/compile-scala3/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ lazy val root = (project in file("."))
1313
SbtTwirl
1414
}
1515
.settings(
16-
scalaVersion := "3.3.6",
16+
scalaVersion := "3.3.7",
1717
scalacOptions ++= Seq("-source:future", "-feature")
1818
)

0 commit comments

Comments
 (0)