Skip to content

Commit 2b8519c

Browse files
authored
Update README.md
1 parent 424ceaf commit 2b8519c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resolvers ++= Seq(
1717

1818
libraryDependencies ++= Seq(
1919
"io.pdal" %% "pdal" % "1.7.0-RC4", // core library
20-
"io.pdal" % "pdal-native" % "1.7.0-RC$" // jni bindings
20+
"io.pdal" % "pdal-native" % "1.7.0-RC4" // jni bindings
2121
)
2222
```
2323

0 commit comments

Comments
 (0)