File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
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-RC3 " , // core library
20- " io.pdal" % " pdal-native" % " 1.7.0-RC3 " // jni bindings
19+ " io.pdal" %% " pdal" % " 1.7.0-RC4 " , // core library
20+ " io.pdal" % " pdal-native" % " 1.7.0-RC$ " // jni bindings
2121)
2222```
2323
@@ -39,8 +39,8 @@ Scala API to build pipeline expressions instead of writing a raw JSON.
3939
4040``` scala
4141libraryDependencies ++= Seq (
42- " io.pdal" %% " pdal-scala" % " 1.7.0-RC3 " , // scala core library
43- " io.pdal" % " pdal-native" % " 1.7.0-RC3 " // jni bindings
42+ " io.pdal" %% " pdal-scala" % " 1.7.0-RC4 " , // scala core library
43+ " io.pdal" % " pdal-native" % " 1.7.0-RC4 " // jni bindings
4444)
4545```
4646
You can’t perform that action at this time.
0 commit comments