We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec468b commit 6eb2b07Copy full SHA for 6eb2b07
README.md
@@ -14,7 +14,7 @@ The workflow is monadic and can be defined with for-comprehensions.
14
15
add the following to build.sbt:
16
```scala
17
-libraryDependencies += "com.github.passivsystems" % "play-workflow" % "0.1.0"
+libraryDependencies += "com.github.passivsystems" % "play-workflow" % "0.2.0"
18
resolvers += "jitpack" at "https://jitpack.io"
19
```
20
build.sbt
@@ -2,7 +2,7 @@ import sbt._
2
import Keys._
3
import play.sbt.PlayScala
4
5
-lazy val appVersion = "0.1.1-SNAPSHOT"
+lazy val appVersion = "0.2.0"
6
7
lazy val catsVersion = "0.9.0"
8
0 commit comments