We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f2d998 + 3c04e2d commit 11c0675Copy full SHA for 11c0675
project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
26
27
val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.3")
28
29
- val playJson = Seq("org.playframework" %% "play-json" % "3.1.0-M7")
+ val playJson = Seq("org.playframework" %% "play-json" % "3.1.0-M8")
30
31
val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.17")
32
0 commit comments