Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "10.7.0"
version in ThisBuild := "10.8.0"