diff --git a/build.sbt b/build.sbt index 9fe36ce..502d911 100644 --- a/build.sbt +++ b/build.sbt @@ -10,10 +10,10 @@ crossScalaVersions := Seq(scalaVersion.value, "2.12.19") resolvers ++= Resolver.sonatypeOssRepos("releases") libraryDependencies ++= Seq( - "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2", "org.playframework" %% "play-json" % "3.0.4", "org.slf4j" % "slf4j-api" % "2.0.13", - "org.specs2" %% "specs2-core" % "4.20.7" % Test + "org.specs2" %% "specs2-core" % "4.20.8" % Test ) Test / unmanagedResourceDirectories += baseDirectory.value / "json" diff --git a/project/build.properties b/project/build.properties index 081fdbb..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1