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 509799e + bf91291 commit 7098a6fCopy full SHA for 7098a6f
1 file changed
build.sbt
@@ -64,7 +64,7 @@ lazy val root = (project in file("."))
64
),
65
// Transient dependency of Play. No newer version of Play 3.0.9 with this vulnerability fixed.
66
"ch.qos.logback" % "logback-classic" % "1.5.32",
67
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.21.1"
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.21.2"
68
69
scalacOptions ++= List(
70
"-encoding",
0 commit comments