Skip to content

Commit

Permalink
Merge pull request #397 from mkurz/update/patches
Browse files Browse the repository at this point in the history
h2 2.2.224 (was 2.2.222)
  • Loading branch information
mkurz authored Sep 18, 2023
2 parents cbfddbd + 89a5489 commit 9a1e1d2
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.222" % Test,
libraryDependencies += "com.h2database" % "h2" % "2.2.224" % 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.222"
libraryDependencies += "com.h2database" % "h2" % "2.2.224"
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.222"
libraryDependencies += "com.h2database" % "h2" % "2.2.224"

0 comments on commit 9a1e1d2

Please sign in to comment.