Skip to content

Commit

Permalink
Merge pull request #313 from scala-steward/update/2.9.x/patches
Browse files Browse the repository at this point in the history
[2.9.x] Patch updates
  • Loading branch information
mkurz authored May 5, 2024
2 parents cc8d40b + 4dfa7f0 commit 3be46af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.io.IOException

object OmnidocBuild {

val scala213 = "2.13.13"
val scala213 = "2.13.14"
val scala3 = "3.3.3"

val playOrganisation = "com.typesafe.play"
Expand All @@ -20,7 +20,7 @@ object OmnidocBuild {

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 playJsonVersion = sys.props.getOrElse("play-json.version", "2.10.5")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.3.0")
val maybeTwirlVersion = sys.props.get("twirl.version")

Expand Down

0 comments on commit 3be46af

Please sign in to comment.