Skip to content

Commit

Permalink
Update h2 to 2.2.220 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 9, 2023
1 parent 43a75b9 commit 1901854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ lazy val jdbcTestingLibraries = Seq(
"com.zaxxer" % "HikariCP" % "4.0.3" exclude("org.slf4j", "*"),
// In 8.0.22 error happens: Conversion from java.time.OffsetDateTime to TIMESTAMP is not supported
"mysql" % "mysql-connector-java" % "8.0.33" % Test,
"com.h2database" % "h2" % "2.1.214" % Test,
"com.h2database" % "h2" % "2.2.220" % Test,
// In 42.2.18 error happens: PSQLException: conversion to class java.time.OffsetTime from timetz not supported
"org.postgresql" % "postgresql" % "42.6.0" % Test,
"org.xerial" % "sqlite-jdbc" % "3.42.0.0" % Test,
Expand Down

0 comments on commit 1901854

Please sign in to comment.