Skip to content

Commit ad1bd63

Browse files
authored
Update PDAL-JNI examples project (#52)
1 parent 21be400 commit ad1bd63

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/pdal-jni/build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := "pdal-jni"
22
version := "0.1.0-SNAPSHOT"
3-
scalaVersion := "2.13.3"
4-
crossScalaVersions := Seq("2.13.3", "2.12.12", "2.11.12")
3+
scalaVersion := "2.13.4"
4+
crossScalaVersions := Seq("2.13.4", "2.12.12", "2.11.12")
55
organization := "com.azavea"
66
scalacOptions ++= Seq(
77
"-deprecation",
@@ -27,5 +27,5 @@ libraryDependencies ++= Seq(
2727
"io.pdal" %% "pdal" % pdalVersion,
2828
"io.pdal" %% "pdal-scala" % pdalVersion,
2929
"io.pdal" % "pdal-native" % pdalVersion,
30-
"org.scalatest" %% "scalatest" % "3.2.2" % Test
30+
"org.scalatest" %% "scalatest" % "3.2.3" % Test
3131
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=1.3.10
1+
sbt.version=1.4.6
22

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")
2-
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.0")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
2+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.1")

0 commit comments

Comments
 (0)