Skip to content

Commit

Permalink
bump(slick test): h2 2.1.214 (was 2.1.210) (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 28, 2024
1 parent 16df138 commit 3e78ba5
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 @@ -462,7 +462,7 @@ object Dependencies {
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % SlickVersion, // BSD 2-clause "Simplified" License
"com.typesafe.slick" %% "slick-hikaricp" % SlickVersion, // BSD 2-clause "Simplified" License
"com.h2database" % "h2" % "2.1.210" % Test // Eclipse Public License 1.0
"com.h2database" % "h2" % "2.1.214" % Test // Eclipse Public License 1.0
)
)
val Eventbridge = Seq(
Expand Down

0 comments on commit 3e78ba5

Please sign in to comment.