Skip to content

Commit 424ceaf

Browse files
committed
Bump pdal version in a README file
1 parent f9e988a commit 424ceaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

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

0 commit comments

Comments
 (0)