Skip to content

Commit

Permalink
Merge pull request #388 from nafg/update/h2-2.3.232
Browse files Browse the repository at this point in the history
Update h2 to 2.3.232
  • Loading branch information
mergify[bot] authored Aug 12, 2024
2 parents 2c1f38e + 714899c commit 21cea0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val `slick-additions` =
"com.typesafe.slick" %% "slick" % slickVersion,
"com.lihaoyi" %% "sourcecode" % "0.4.2",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"com.h2database" % "h2" % "2.3.230" % "test",
"com.h2database" % "h2" % "2.3.232" % "test",
"ch.qos.logback" % "logback-classic" % "1.5.6" % "test"
)
)
Expand All @@ -37,7 +37,7 @@ lazy val `slick-additions-codegen` =
.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
("org.scalameta" %% "scalafmt-core" % "3.8.3")
.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
"com.h2database" % "h2" % "2.3.230" % "test",
"com.h2database" % "h2" % "2.3.232" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
)
)
Expand Down

0 comments on commit 21cea0c

Please sign in to comment.