Skip to content

Commit

Permalink
h2 2.3.230 (was 2.2.224)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and cchantep committed Aug 13, 2024
1 parent a4d4837 commit 5b4ae15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
needs:
- "check-code-style"
- "check-binary-compatibility"
- "check-docs"
- "check-docs-8"
- "check-docs-11"
uses: playframework/.github/.github/workflows/cmd.yml@v4
with:
java: 11, 8
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ lazy val `anorm-core` = project
"org.joda" % "joda-convert" % "2.2.3",
"org.scala-lang.modules" %% "scala-parser-combinators" % parserCombinatorsVer.value,
"org.scala-lang.modules" %% "scala-xml" % xmlVer.value % Test,
"com.h2database" % "h2" % "2.2.224" % Test,
"com.h2database" % "h2" % "2.3.230" % Test,
acolyte
) ++ specs2Test,
) ++ armShading ++ licensing
Expand Down

0 comments on commit 5b4ae15

Please sign in to comment.