Skip to content

Commit

Permalink
Update h2 to 2.2.224
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-ojisan[bot] committed Sep 18, 2023
1 parent 04dc569 commit 4407c58
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 @@ -6,7 +6,7 @@ ThisBuild / scalaVersion := scalaVersion_3

lazy val commonSettings = Seq(
libraryDependencies ++= Seq(
"com.h2database" % "h2" % "2.2.220" % Test,
"com.h2database" % "h2" % "2.2.224" % Test,
"org.scalameta" %% "munit" % "1.0.0-M8" % Test
),
publishTo := _publishTo(version.value)
Expand All @@ -30,7 +30,7 @@ lazy val example = project
nonPublishSettings,
name := "nyanda-example",
libraryDependencies ++= Seq(
"com.h2database" % "h2" % "2.2.220"
"com.h2database" % "h2" % "2.2.224"
),
run / fork := true
)
Expand Down

0 comments on commit 4407c58

Please sign in to comment.