From 59f7f54871c7543f17d2ed1ab8e1612ca7d8980c Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Sat, 11 May 2024 13:50:06 -0400 Subject: [PATCH] Drop JDK8 builds --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- examples/pdal-jni/build.sbt | 8 ++++---- examples/pdal-jni/project/build.properties | 2 +- project/build.properties | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aac6b33..761f0c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - java: [8] + java: [11] distribution: [temurin] pdal: [2.7.1] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 33ba5e2..87f204a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "pdal-jni" val scala212 = "2.12.19" -val scala213 = "2.13.13" +val scala213 = "2.13.14" val scala3 = "3.4.0" val scalaVersions = Seq(scala3, scala213, scala212) diff --git a/examples/pdal-jni/build.sbt b/examples/pdal-jni/build.sbt index 10756cf..e62423d 100644 --- a/examples/pdal-jni/build.sbt +++ b/examples/pdal-jni/build.sbt @@ -1,6 +1,6 @@ -val scala212 = "2.12.18" -val scala213 = "2.13.12" -val scala3 = "3.3.1" +val scala212 = "2.12.19" +val scala213 = "2.13.14" +val scala3 = "3.4.0" val scalaVersions = Seq(scala3, scala213, scala212) name := "pdal-jni" @@ -23,7 +23,7 @@ resolvers ++= Resolver.sonatypeOssRepos("releases") ++ Resolver.sonatypeOssRepos fork := true -val pdalVersion = "2.7.0" +val pdalVersion = "2.7.1" libraryDependencies ++= Seq( "io.pdal" %% "pdal" % pdalVersion, diff --git a/examples/pdal-jni/project/build.properties b/examples/pdal-jni/project/build.properties index e5ca1ff..16c8f5b 100644 --- a/examples/pdal-jni/project/build.properties +++ b/examples/pdal-jni/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.9.8 +sbt.version=1.10.0 diff --git a/project/build.properties b/project/build.properties index 04267b1..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0