Skip to content

Commit

Permalink
h2 2.3.232 (was 2.2.224)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 13, 2024
1 parent 7c127a2 commit 63ec1ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val docs = project
resolvers ++= DefaultOptions.resolvers(snapshot = true),
libraryDependencies += component("play-java-forms"),
libraryDependencies += component("play-test") % Test,
libraryDependencies += "com.h2database" % "h2" % "2.2.224" % Test,
libraryDependencies += "com.h2database" % "h2" % "2.3.232" % Test,
PlayDocsKeys.javaManualSourceDirectories := (baseDirectory.value / "manual" / "working" / "javaGuide" ** "code").get,
// No resource directories shuts the ebean agent up about java sources in the classes directory
Test / unmanagedResourceDirectories := Nil,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Test / javaSource := baseDirectory.value / "tests"

resolvers ++= DefaultOptions.resolvers(snapshot = true)

libraryDependencies += "com.h2database" % "h2" % "2.2.224"
libraryDependencies += "com.h2database" % "h2" % "2.3.232"
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ scalaVersion := sys.props("scala.version")

resolvers ++= DefaultOptions.resolvers(snapshot = true)

libraryDependencies += "com.h2database" % "h2" % "2.2.224"
libraryDependencies += "com.h2database" % "h2" % "2.3.232"

0 comments on commit 63ec1ef

Please sign in to comment.