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-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
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
-
Java bindings to use PDAL on JVM (supports PDAL >= 1.4).
5
+
Java bindings to use PDAL on JVM (supports PDAL >= 2.0).
6
6
Mac users can experience some issues with bindings that were build against a different PDAL version,
7
7
so try to use a consistent PDAL version.
8
8
@@ -18,16 +18,16 @@ resolvers ++= Seq(
18
18
)
19
19
20
20
libraryDependencies ++=Seq(
21
-
"io.pdal"%%"pdal"%"1.9.0", // core library
22
-
"io.pdal"%"pdal-native"%"1.9.0"// jni bindings
21
+
"io.pdal"%%"pdal"%"2.0.0", // core library
22
+
"io.pdal"%"pdal-native"%"2.0.0"// jni bindings
23
23
)
24
24
```
25
25
26
26
It's required to have native JNI binary in `java.library.path`:
0 commit comments