We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264200a commit c928359Copy full SHA for c928359
build.sbt
@@ -636,7 +636,7 @@ lazy val jdbc =
636
description := "JDBC connection pool service",
637
libraryDependencies ++= Seq(
638
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
639
- "org.duckdb" % "duckdb_jdbc" % "0.9.0",
+ "org.duckdb" % "duckdb_jdbc" % "0.9.1",
640
"org.postgresql" % "postgresql" % "42.6.0",
641
"com.zaxxer" % "HikariCP" % "5.0.1",
642
// For routing slf4j log to airframe-log
0 commit comments