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.
1 parent b9c3604 commit 1575e42Copy full SHA for 1575e42
1 file changed
play-scala-rest-api-example/build.sbt
@@ -13,7 +13,7 @@ lazy val root = (project in file("."))
13
crossScalaVersions := Seq(scala213, scala3),
14
libraryDependencies ++= Seq(
15
guice,
16
- "org.joda" % "joda-convert" % "2.2.4",
+ "org.joda" % "joda-convert" % "3.0.1",
17
"net.logstash.logback" % "logstash-logback-encoder" % "7.3",
18
"com.indoorvivants" %% "scala-uri" % "4.2.0",
19
"net.codingwell" %% "scala-guice" % "6.0.0",
0 commit comments