We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6676ac5 + cdfb9af commit f755ebeCopy full SHA for f755ebe
README.md
@@ -12,7 +12,7 @@
12
### Import to your project
13
sbt (for `2.12` and `2.13`. If you need more, just submit a issue or PR)
14
```scala
15
-libraryDependencies += "com.github.changvvb" %% "scala-protobuf-java" % "0.1.1"
+libraryDependencies += "com.github.changvvb" %% "scala-protobuf-java" % "0.2.0"
16
```
17
maven
18
```xml
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "0.1.2-SNAPSHOT"
+version in ThisBuild := "0.2.0"
0 commit comments