Skip to content

Commit

Permalink
Merge pull request #889 from scala-steward/update/5.2.x/patches
Browse files Browse the repository at this point in the history
[5.2.x] Patch updates
  • Loading branch information
mkurz authored Sep 4, 2024
2 parents 88a52f4 + d6a87eb commit 990588f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Version {
val play = _root_.play.core.PlayVersion.current

val slick = "3.4.1"
val h2 = "2.3.230"
val h2 = "2.3.232"
}

object Library {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse(
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.1.7"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit 990588f

Please sign in to comment.