Skip to content

Commit

Permalink
Merge pull request #381 from scala-steward/update/h2-2.2.220
Browse files Browse the repository at this point in the history
h2 2.2.220 (was 2.1.214)
  • Loading branch information
mkurz authored Aug 11, 2023
2 parents 59f5de5 + e77b682 commit fc1a3f0
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.1.214" % Test,
libraryDependencies += "com.h2database" % "h2" % "2.2.220" % 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.1.214"
libraryDependencies += "com.h2database" % "h2" % "2.2.220"
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.1.214"
libraryDependencies += "com.h2database" % "h2" % "2.2.220"

0 comments on commit fc1a3f0

Please sign in to comment.