Skip to content

Commit

Permalink
Merge pull request #11092 from scala-steward/update/h2-2.0.206
Browse files Browse the repository at this point in the history
h2 2.0.206 (was 2.0.202)
  • Loading branch information
mergify[bot] committed Jan 9, 2022
2 parents 151f571 + a796823 commit 02592bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val root = (project in file("."))
updateOptions := updateOptions.value.withLatestSnapshots(false),
evictionWarningOptions in update ~= (_.withWarnTransitiveEvictions(false).withWarnDirectEvictions(false)),
PlayKeys.playInteractionMode := play.sbt.StaticPlayNonBlockingInteractionMode,
libraryDependencies ++= Seq(guice, javaJdbc, evolutions, "com.h2database" % "h2" % "2.0.202"),
libraryDependencies ++= Seq(guice, javaJdbc, evolutions, "com.h2database" % "h2" % "2.0.206"),
InputKey[Unit]("applyEvolutions") := {
val args = Def.spaceDelimited("<path>").parsed
val path :: Nil = args
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val root = (project in file("."))
updateOptions := updateOptions.value.withLatestSnapshots(false),
evictionWarningOptions in update ~= (_.withWarnTransitiveEvictions(false).withWarnDirectEvictions(false)),
PlayKeys.playInteractionMode := play.sbt.StaticPlayNonBlockingInteractionMode,
libraryDependencies ++= Seq(guice, javaJdbc, evolutions, "com.h2database" % "h2" % "2.0.202"),
libraryDependencies ++= Seq(guice, javaJdbc, evolutions, "com.h2database" % "h2" % "2.0.206"),
InputKey[Unit]("applyEvolutions") := {
val args = Def.spaceDelimited("<path>").parsed
val path :: Nil = args
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val root = (project in file("."))
updateOptions := updateOptions.value.withLatestSnapshots(false),
evictionWarningOptions in update ~= (_.withWarnTransitiveEvictions(false).withWarnDirectEvictions(false)),
PlayKeys.playInteractionMode := play.sbt.StaticPlayNonBlockingInteractionMode,
libraryDependencies ++= Seq(guice, javaJdbc, evolutions, "com.h2database" % "h2" % "2.0.202"),
libraryDependencies ++= Seq(guice, javaJdbc, evolutions, "com.h2database" % "h2" % "2.0.206"),
InputKey[Unit]("applyEvolutions") := {
val args = Def.spaceDelimited("<path>").parsed
val path :: Nil = args
Expand Down
2 changes: 1 addition & 1 deletion documentation/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val main = Project("Play-Documentation", file("."))
version := PlayVersion.current,
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.1" % Test,
"com.h2database" % "h2" % "2.0.202" % Test,
"com.h2database" % "h2" % "2.0.206" % Test,
"org.mockito" % "mockito-core" % "2.18.3" % "test",
// https://github.com/logstash/logstash-logback-encoder/tree/logstash-logback-encoder-4.9#including
"net.logstash.logback" % "logstash-logback-encoder" % "5.1" % "test"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object Dependencies {
val findBugs = "com.google.code.findbugs" % "jsr305" % "3.0.2" // Needed by guava
val mockitoAll = "org.mockito" % "mockito-core" % "4.2.0"

val h2database = "com.h2database" % "h2" % "2.0.202"
val h2database = "com.h2database" % "h2" % "2.0.206"
val derbyDatabase = "org.apache.derby" % "derby" % "10.14.2.0"

val acolyteVersion = "1.0.57"
Expand Down

0 comments on commit 02592bb

Please sign in to comment.