Skip to content

Commit

Permalink
bump: h2 2.3.232 (was 2.1.214) (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 16f9805 commit 9786095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ object Dependencies {
libraryDependencies ++= Seq(
("com.typesafe.slick" %% "slick" % SlickVersion).exclude("org.slf4j", "slf4j-api"),
("com.typesafe.slick" %% "slick-hikaricp" % SlickVersion).exclude("org.slf4j", "slf4j-api"),
"com.h2database" % "h2" % "2.1.214" % Test // Eclipse Public License 1.0
"com.h2database" % "h2" % "2.3.232" % Test // Eclipse Public License 1.0
)
)
val Eventbridge = Seq(
Expand Down

0 comments on commit 9786095

Please sign in to comment.