diff --git a/build.sbt b/build.sbt index 3a3af70b..5ce2f66f 100644 --- a/build.sbt +++ b/build.sbt @@ -15,20 +15,22 @@ resolvers ++= Seq( "Atlassian Releases" at "https://maven.atlassian.com/public/", ) -val playJsonVersion = "2.7.3" -val playVersion = "2.7.3" +val playJsonVersion = "2.8.0" +val playLogbackVersion = "2.8.16" +val playSpecVersion = "2.7.3" +val playVersion = "2.8.16" libraryDependencies ++= Seq( "com.typesafe.play" %% "play-json" % playJsonVersion, "ai.x" %% "play-json-extensions" % "0.42.0", - "com.typesafe.play" %% "play-logback" % playJsonVersion, + "com.typesafe.play" %% "play-logback" % playLogbackVersion, "com.typesafe.play" %% "play-json-joda" % playJsonVersion, "com.typesafe.play" %% "play-ahc-ws" % playVersion, "com.typesafe.play" %% "play-ws-standalone-json" % "1.1.2", - "com.typesafe.akka" %% "akka-http" % "10.1.8", + "com.typesafe.akka" %% "akka-http" % "10.1.15", "com.github.vital-software" %% "json-annotation" % "0.6.0", "com.github.nscala-time" %% "nscala-time" % "2.14.0", - "com.typesafe.play" %% "play-specs2" % playVersion % Test, + "com.typesafe.play" %% "play-specs2" % playSpecVersion % Test, ) credentials += Credentials(Path.userHome / ".sbt" / ".credentials") diff --git a/version.sbt b/version.sbt index 450ab739..890c0299 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "10.7.0" +version in ThisBuild := "10.8.0"