We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424ceaf commit 2b8519cCopy full SHA for 2b8519c
README.md
@@ -17,7 +17,7 @@ resolvers ++= Seq(
17
18
libraryDependencies ++= Seq(
19
"io.pdal" %% "pdal" % "1.7.0-RC4", // core library
20
- "io.pdal" % "pdal-native" % "1.7.0-RC$" // jni bindings
+ "io.pdal" % "pdal-native" % "1.7.0-RC4" // jni bindings
21
)
22
```
23
0 commit comments