You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
[](http://travis-ci.org/PDAL/java)[](https://gitter.im/PDAL/PDAL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://maven-badges.herokuapp.com/maven-central/io.pdal/pdal)
4
4
5
5
Java bindings to use PDAL on JVM (supports PDAL >= 1.4).
6
+
Mac users can experience some issues with bindings that were build against a different PDAL version,
7
+
so try to use a consistent PDAL version.
6
8
7
9
It is released independently from PDAL itself as of PDAL 1.7.
8
10
@@ -16,8 +18,8 @@ resolvers ++= Seq(
16
18
)
17
19
18
20
libraryDependencies ++=Seq(
19
-
"io.pdal"%%"pdal"%"1.8.5", // core library
20
-
"io.pdal"%"pdal-native"%"1.8.5"// jni bindings
21
+
"io.pdal"%%"pdal"%"1.9.0", // core library
22
+
"io.pdal"%"pdal-native"%"1.9.0"// jni bindings
21
23
)
22
24
```
23
25
@@ -39,8 +41,8 @@ Scala API to build pipeline expressions instead of writing a raw JSON.
0 commit comments