Skip to content

Commit

Permalink
h2: 2.3.230 -> 2.3.232
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Aug 24, 2024
1 parent c2143cc commit 9971c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/adder/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies += "com.h2database" % "h2" % "2.3.230"
libraryDependencies += "com.h2database" % "h2" % "2.3.232"
libraryDependencies += "javax.servlet" % "javax.servlet-api" % "4.0.1" % "provided"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.9" % "test"

Expand Down
2 changes: 1 addition & 1 deletion examples/zio/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libraryDependencies += "dev.zio" %% "zio" % "2.1.7"
libraryDependencies += "javax.servlet" % "javax.servlet-api" % "4.0.1" % "provided"
libraryDependencies += "com.h2database" % "h2" % "2.3.230"
libraryDependencies += "com.h2database" % "h2" % "2.3.232"
libraryDependencies += "com.jolbox" % "bonecp" % "0.8.0.RELEASE"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.9" % "test"

Expand Down

0 comments on commit 9971c2f

Please sign in to comment.