File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
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.8.0 " , // core library
20- " io.pdal" % " pdal-native" % " 1.8.0 " // jni bindings
19+ " io.pdal" %% " pdal" % " 1.8.1 " , // core library
20+ " io.pdal" % " pdal-native" % " 1.8.1 " // 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.8.0 " , // scala core library
43- " io.pdal" % " pdal-native" % " 1.8.0 " // jni bindings
42+ " io.pdal" %% " pdal-scala" % " 1.8.1 " , // scala core library
43+ " io.pdal" % " pdal-native" % " 1.8.1 " // jni bindings
4444)
4545```
4646
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ scalacOptions ++= Seq(
1616
1717resolvers ++= Seq (
1818 Resolver .sonatypeRepo(" releases" ),
19- Resolver .sonatypeRepo(" snapshots" ),
20- " Sonatype Local Releases" at " https://oss.sonatype.org/service/local/repositories/releases/content/"
19+ Resolver .sonatypeRepo(" snapshots" )
2120 )
2221
2322fork := true
You can’t perform that action at this time.
0 commit comments