Skip to content

Commit

Permalink
Merge pull request #295 from mkurz/play-json-3.0.2
Browse files Browse the repository at this point in the history
[3.0.x] Upgrade scala, play, play-slick (and play-json 3.0.2)
  • Loading branch information
mkurz authored Mar 1, 2024
2 parents b1c4b93 + 0df6d95 commit 7458ad4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import java.io.IOException

object OmnidocBuild {

val scala213 = "2.13.12"
val scala3 = "3.3.1"
val scala213 = "2.13.13"
val scala3 = "3.3.3"

val playOrganisation = "org.playframework"
val twirlOrganisation = "org.playframework.twirl"
Expand All @@ -19,10 +19,10 @@ object OmnidocBuild {

val snapshotVersionLabel = "3.0.x"

val playVersion = sys.props.getOrElse("play.version", "3.0.1")
val playVersion = sys.props.getOrElse("play.version", "3.0.2")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "7.0.1")
val playJsonVersion = sys.props.getOrElse("play-json.version", "3.0.1")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "6.0.0-M2")
val playJsonVersion = sys.props.getOrElse("play-json.version", "3.0.2")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "6.1.0-RC1")
val maybeTwirlVersion = sys.props.get("twirl.version")

// List Play artifacts so that they can be added as dependencies
Expand Down

0 comments on commit 7458ad4

Please sign in to comment.