Skip to content

Commit

Permalink
examples project update
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Sep 11, 2024
1 parent 3f7f84e commit 114b363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/pdal-jni/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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)

name := "pdal-jni"
Expand All @@ -23,11 +23,11 @@ resolvers ++= Resolver.sonatypeOssRepos("releases") ++ Resolver.sonatypeOssRepos

fork := true

val pdalVersion = "2.7.1"
val pdalVersion = "2.8.0"

libraryDependencies ++= Seq(
"io.pdal" %% "pdal" % pdalVersion,
"io.pdal" %% "pdal-scala" % pdalVersion,
"io.pdal" % "pdal-native" % pdalVersion,
"org.scalatest" %% "scalatest" % "3.2.18" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)

0 comments on commit 114b363

Please sign in to comment.