Skip to content

Commit

Permalink
Update play-json to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Sep 15, 2023
1 parent cb83b6d commit 74807c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ object SbtShared {
scalaVersion.value match {
case v if v.startsWith("2.10") => "com.typesafe.play" %%% "play-json" % "2.6.14"
case v if v.startsWith("2.11") => "com.typesafe.play" %%% "play-json" % "2.7.4"
case _ => "com.typesafe.play" %%% "play-json" % "2.10.0-RC5"
case _ => "com.typesafe.play" %%% "play-json" % "2.10.0"
}
},
semanticdbEnabled := { if (scalaVersion.value.startsWith("2.10")) false else semanticdbEnabled.value },
Expand Down

0 comments on commit 74807c1

Please sign in to comment.