We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b3f334 + d8ac608 commit d807559Copy full SHA for d807559
build.sbt
@@ -6,7 +6,7 @@ organization := "org.webjars"
6
7
name := "webjars-play"
8
9
-val Scala213 = "2.13.13"
+val Scala213 = "2.13.14"
10
val Scala3 = "3.3.3"
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.13"
+scalaVersion := "2.13.14"
libraryDependencies ++= Seq(
guice,
0 commit comments