File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,12 @@ It is important to choose the right version depending of your Scala version.
2424
2525| osm4scala | Scala | Scalapb | Spark |
2626| :--------:| :------:| :-------:| :-----:|
27- | 1.0.6 | 2.12, 2.13 | 0.10.2 | 3.0.* |
28- | 1.0.4 | 2.12, 2.13 | 0.10.2 | NA |
27+ | 1.0.7-RC1 | 2.11 | 0.9.7 | 2.4 |
28+ | 1.0.7-RC1 | 2.12 | 0.10.2 | 2.4, 3.0 |
29+ | 1.0.7-RC1 | 2.13 | 0.10.2 | NA |
30+ | 1.0.6 | 2.12 | 0.10.2 | 3.0 |
31+ | 1.0.6 | 2.13 | 0.10.2 | NA |
2932| 1.0.3 | 2.11, 2.12, 2.13 | 0.9.7 | NA |
30- | 1.0.1 | 2.11, 2.12 | 0.5.47 | NA |
31- | 1.0 | 2.10, 2.11 | 0.5.47 | NA |
32-
33- > Why osm4scala is not available for all Scala version?
34- >
35- > osm4scala use ScalaPB library for Google Protobuf parsing. This library is not supporting Scala 2.11 in the more recent
36- > versions. Branch 1.0.3 will be update with all new functionalities, like latest 1.0.* version.
37- >
38-
3933
4034## Core library
4135With Osm4scala, you can forget about complexity of the ` osm.pbf ` format and think about a ** scala iterators of primitives**
You can’t perform that action at this time.
0 commit comments