Skip to content

Commit

Permalink
Merge pull request #312 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
[3.0.x] Patch updates
  • Loading branch information
mkurz authored May 5, 2024
2 parents 3570582 + 972daef commit d71bf57
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 = "org.playframework"
Expand All @@ -21,7 +21,7 @@ object OmnidocBuild {

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

Expand Down

0 comments on commit d71bf57

Please sign in to comment.