Skip to content

Commit

Permalink
play-functional, play-json 3.0.0 (was 3.0.0-M1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 22, 2023
1 parent 99bd2d4 commit 725ef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object OmnidocBuild {

val playVersion = sys.props.getOrElse("play.version", "3.0.0-M3")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "7.0.0-M1")
val playJsonVersion = sys.props.getOrElse("play-json.version", "3.0.0-M1")
val playJsonVersion = sys.props.getOrElse("play-json.version", "3.0.0")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "6.0.0-M1")
val maybeTwirlVersion = sys.props.get("twirl.version")

Expand Down

0 comments on commit 725ef64

Please sign in to comment.