We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e2b80b + 3dd5fd6 commit a60384fCopy full SHA for a60384f
build.sbt
@@ -66,7 +66,7 @@ lazy val root = (project in file("."))
66
"jackson-databind"
67
),
68
// Transient dependency of Play. No newer version of Play 3.0.6 with this vulnerability fixed.
69
- "ch.qos.logback" % "logback-classic" % "1.5.13",
+ "ch.qos.logback" % "logback-classic" % "1.5.15",
70
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.2"
71
72
scalacOptions ++= List(
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.10.6
+sbt.version=1.10.7
0 commit comments