File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ resolvers ++= Seq(
1616)
1717
1818libraryDependencies ++= Seq (
19- " io.pdal" %% " pdal" % " 1.7.0-RC1 " , // core library
20- " io.pdal" % " pdal-native" % " 1.7.0-RC1 " // jni bindings
19+ " io.pdal" %% " pdal" % " 1.7.0-RC2 " , // core library
20+ " io.pdal" % " pdal-native" % " 1.7.0-RC2 " // jni bindings
2121)
2222```
2323
@@ -40,8 +40,8 @@ Scala API to build pipeline expressions instead of writing a raw JSON.
4040
4141``` scala
4242libraryDependencies ++= Seq (
43- " io.pdal" %% " pdal-scala" % " 1.7.0-RC1 " , // scala core library
44- " io.pdal" % " pdal-native" % " 1.7.0-RC1 " // jni bindings
43+ " io.pdal" %% " pdal-scala" % " 1.7.0-RC2 " , // scala core library
44+ " io.pdal" % " pdal-native" % " 1.7.0-RC2 " // jni bindings
4545)
4646```
4747
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ resolvers ++= Seq(
2121
2222fork := true
2323
24- val pdalVersion = " 1.7.0-SNAPSHOT "
24+ val pdalVersion = " 1.7.0-RC2 "
2525
2626libraryDependencies ++= Seq (
2727 " io.pdal" %% " pdal" % pdalVersion,
You can’t perform that action at this time.
0 commit comments