Skip to content

Commit 7ebe797

Browse files
Update h2 from 2.3.230 to 2.3.232
1 parent 7be23f8 commit 7ebe797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ lazy val scala2_libraries =
385385
),
386386
libraryDependencies ++= Seq(
387387
"com.typesafe.slick" %% "slick" % slickVersion,
388-
"com.h2database" % "h2" % "2.3.230"
388+
"com.h2database" % "h2" % "2.3.232"
389389
),
390390
scalacOptions += "-Xasync",
391391
Defaults.itSettings
@@ -565,7 +565,7 @@ lazy val scala_libraries_persistence =
565565
.map(_.withConfigurations(Some("it,test"))),
566566
libraryDependencies ++= Seq(
567567
"com.typesafe.slick" %% "slick" % slickVersion,
568-
"com.h2database" % "h2" % "2.3.230",
568+
"com.h2database" % "h2" % "2.3.232",
569569
"org.tpolecat" %% "skunk-core" % "0.6.4",
570570
doobieCore,
571571
doobiePGDep,

0 commit comments

Comments
 (0)