Skip to content

Commit

Permalink
PDAL dependencies update (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Sep 11, 2024
1 parent 91759ff commit 505d749
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
3 changes: 1 addition & 2 deletions examples/pdal-jni/project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
sbt.version=1.10.0

sbt.version=1.10.1
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1

0 comments on commit 505d749

Please sign in to comment.