diff --git a/build.sbt b/build.sbt index 88f217b..3d24001 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ libraryDependencies ++= Seq( "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, "org.asciidoctor" % "asciidoctorj" % "2.5.10", "com.47deg" %% "github4s" % "0.21.0", - "com.typesafe.play" %% "play-json" % "2.10.0", + "com.typesafe.play" %% "play-json" % "2.10.1", ) Global / onChangedBuildSource := ReloadOnSourceChanges diff --git a/project/build.properties b/project/build.properties index 51b51fc..2743082 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.5 +sbt.version=1.9.6