Skip to content

Commit

Permalink
Update h2 to 2.3.232
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 12, 2024
1 parent 1a095a5 commit 027395f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ lazy val jdbc = project
name := "latis3-jdbc",
libraryDependencies ++= Seq(
"org.tpolecat" %% "doobie-core" % "1.0.0-RC5",
"com.h2database" % "h2" % "2.2.224" % Test
"com.h2database" % "h2" % "2.3.232" % Test
)
)

Expand Down

0 comments on commit 027395f

Please sign in to comment.