We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf20cb commit a43cbc0Copy full SHA for a43cbc0
2 files changed
README.md
@@ -27,7 +27,7 @@ Add the following to your build.sbt:
27
28
```
29
resolvers += Resolver.bintrayRepo("vroste", "maven"),
30
-libraryDependencies += "nl.vroste" % "play-json-optics_2.12" % "0.1.0.0"
+libraryDependencies += "nl.vroste" % "play-json-optics_2.12" % "0.1.1.0"
31
32
33
## Example
project/Settings.scala
@@ -7,7 +7,7 @@ object Settings {
7
8
lazy val settings = Seq(
9
organization := "nl.vroste",
10
- version := "0.1.0." + sys.props.getOrElse("buildNumber", default="0"),
+ version := "0.1.1." + sys.props.getOrElse("buildNumber", default="0"),
11
scalaVersion := "2.12.5",
12
publishMavenStyle := true,
13
publishArtifact in Test := false,
0 commit comments