From ba0814509954d3f8c6e07ade90111b15c0f1cdf8 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 11 Sep 2024 00:25:46 +0000 Subject: [PATCH 1/2] Update duckdb_jdbc to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 89fe3954..80fd9a41 100644 --- a/build.sbt +++ b/build.sbt @@ -77,7 +77,7 @@ val commonsDBCP2Version: String = "2.12.0" val sqliteVersion: String = "3.46.1.0" -val duckdbVersion: String = "1.0.0" +val duckdbVersion: String = "1.1.0" val h2Version: String = "2.3.232" From c8b99252b0d9603abbb8717a265ca08a6c9380cc Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Mon, 16 Sep 2024 00:26:41 +0000 Subject: [PATCH 2/2] Update sbt to 1.10.2 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index cb409aac..3829f19f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 \ No newline at end of file +sbt.version=1.10.2 \ No newline at end of file