Skip to content

Commit

Permalink
Update h2 to 2.3.230 (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: Juliano Alves <von.juliano@gmail.com>
  • Loading branch information
zio-scala-steward[bot] and juliano authored Jul 18, 2024
1 parent 9c793d4 commit e26463f
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 @@ -267,7 +267,7 @@ lazy val jdbcTestingLibraries = Seq(
"com.zaxxer" % "HikariCP" % "5.1.0" exclude("org.slf4j", "*"),
// In 8.0.22 error happens: Conversion from java.time.OffsetDateTime to TIMESTAMP is not supported
"com.mysql" % "mysql-connector-j" % "9.0.0" % Test,
"com.h2database" % "h2" % "2.2.224" % Test,
"com.h2database" % "h2" % "2.3.230" % Test,
// In 42.2.18 error happens: PSQLException: conversion to class java.time.OffsetTime from timetz not supported
"org.postgresql" % "postgresql" % "42.7.3" % Test,
"org.xerial" % "sqlite-jdbc" % "3.46.0.0" % Test,
Expand Down

0 comments on commit e26463f

Please sign in to comment.