Skip to content

Commit

Permalink
Merge pull request #296 from mkurz/upgrade_deps29x
Browse files Browse the repository at this point in the history
[2.9.x] Upgrade scala, play, play-slick
  • Loading branch information
mkurz authored Mar 1, 2024
2 parents 9a1d7ae + 3df16a5 commit 698c9ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ 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 = "com.typesafe.play"
val scalaTestPlusPlayOrganisation = "org.scalatestplus.play"
val playOrganisations = Seq(playOrganisation, scalaTestPlusPlayOrganisation)

val snapshotVersionLabel = "2.9.x"

val playVersion = sys.props.getOrElse("play.version", "2.9.1")
val playVersion = sys.props.getOrElse("play.version", "2.9.2")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "6.0.1")
val playJsonVersion = sys.props.getOrElse("play-json.version", "2.10.4")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.2.0-RC2")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.3.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 698c9ac

Please sign in to comment.