Skip to content

Commit de3a4e3

Browse files
committed
[skip ci] Update README.md
1 parent d8590e6 commit de3a4e3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ resolvers ++= Seq(
1616
)
1717

1818
libraryDependencies ++= 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
4141
libraryDependencies ++= 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

examples/pdal-jni/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ scalacOptions ++= Seq(
1616

1717
resolvers ++= 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

2322
fork := true

0 commit comments

Comments
 (0)