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-steward committed Jan 13, 2024
1 parent 0aae811 commit a162e14
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 @@ -58,7 +58,7 @@ lazy val cross = crossProject(JVMPlatform, JSPlatform)
"org.apache.spark" %% "spark-mllib" % sparkMlLibVersion,
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % "test",
"com.typesafe.slick" %% "slick" % slickVersion,
"com.h2database" % "h2" % "2.2.220" % Test
"com.h2database" % "h2" % "2.2.224" % Test
),
Compile / PB.targets := Seq(scalapb.gen() -> (Compile / sourceManaged).value),
Compile / PB.protoSources := Seq(file("proto/src/main/protobuf")),
Expand Down

0 comments on commit a162e14

Please sign in to comment.