We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a733b5 + 9860985 commit c8f5c63Copy full SHA for c8f5c63
build.sbt
@@ -6,7 +6,7 @@ organization := "org.webjars"
6
7
name := "webjars-play"
8
9
-val Scala213 = "2.13.15"
+val Scala213 = "2.13.16"
10
val Scala3 = "3.3.4"
11
12
scalaVersion := Scala213
test-project/build.sbt
@@ -2,7 +2,7 @@ name := "test-project"
2
3
version := "1.0"
4
5
-scalaVersion := "2.13.15"
+scalaVersion := "2.13.16"
libraryDependencies ++= Seq(
guice,
0 commit comments