Skip to content

Commit

Permalink
Update SBT & Scala versions (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Oct 8, 2024
1 parent 114b363 commit b988b04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.14"
val scala213 = "2.13.15"
val scala3 = "3.5.0"
val scalaVersions = Seq(scala3, scala213, scala212)

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 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2
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.1
sbt.version=1.10.2

0 comments on commit b988b04

Please sign in to comment.