Skip to content

Commit

Permalink
h2: 2.2.220 -> 2.2.222
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Sep 2, 2023
1 parent 1fee171 commit 86163cc
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.2.220"
libraryDependencies += "com.h2database" % "h2" % "2.2.222"
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.0.16"
libraryDependencies += "javax.servlet" % "javax.servlet-api" % "4.0.1" % "provided"
libraryDependencies += "com.h2database" % "h2" % "2.2.220"
libraryDependencies += "com.h2database" % "h2" % "2.2.222"
libraryDependencies += "com.jolbox" % "bonecp" % "0.8.0.RELEASE"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.9" % "test"

Expand Down

0 comments on commit 86163cc

Please sign in to comment.