From 505d749c98009db575d9bb3580fb8b97cf9cf227 Mon Sep 17 00:00:00 2001 From: Grigory Date: Tue, 10 Sep 2024 20:37:16 -0400 Subject: [PATCH] PDAL dependencies update (#107) --- build.sbt | 2 +- examples/pdal-jni/project/build.properties | 3 +-- project/Dependencies.scala | 8 ++++---- project/build.properties | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/build.sbt b/build.sbt index 87f204a..0538139 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "pdal-jni" val scala212 = "2.12.19" val scala213 = "2.13.14" -val scala3 = "3.4.0" +val scala3 = "3.5.0" val scalaVersions = Seq(scala3, scala213, scala212) lazy val commonSettings = Seq( diff --git a/examples/pdal-jni/project/build.properties b/examples/pdal-jni/project/build.properties index 16c8f5b..ee4c672 100644 --- a/examples/pdal-jni/project/build.properties +++ b/examples/pdal-jni/project/build.properties @@ -1,2 +1 @@ -sbt.version=1.10.0 - +sbt.version=1.10.1 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4160186..51939fa 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,10 +5,10 @@ import de.heikoseeberger.sbtheader.{CommentStyle, FileType} import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.{headerLicense, headerMappings, HeaderLicense} object Version { - val jts = "1.19.0" - val scalaTest = "3.2.18" - val circe = "0.14.6" - val circeExtras = "0.14.3" + val jts = "1.20.0" + val scalaTest = "3.2.19" + val circe = "0.14.10" + val circeExtras = "0.14.4" } object Dependencies { diff --git a/project/build.properties b/project/build.properties index 081fdbb..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1