Skip to content

Commit

Permalink
Drop JDK8 builds (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored May 11, 2024
1 parent 1e4427c commit 804a1f6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [8]
java: [11]
distribution: [temurin]
pdal: [2.7.1]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
8 changes: 4 additions & 4 deletions examples/pdal-jni/build.sbt
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion examples/pdal-jni/project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.9.8
sbt.version=1.10.0

2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.0

0 comments on commit 804a1f6

Please sign in to comment.