Skip to content

Commit 6eb2b07

Browse files
author
colin-passiv
committed
release 0.2.0
1 parent 5ec468b commit 6eb2b07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The workflow is monadic and can be defined with for-comprehensions.
1414

1515
add the following to build.sbt:
1616
```scala
17-
libraryDependencies += "com.github.passivsystems" % "play-workflow" % "0.1.0"
17+
libraryDependencies += "com.github.passivsystems" % "play-workflow" % "0.2.0"
1818
resolvers += "jitpack" at "https://jitpack.io"
1919
```
2020

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22
import Keys._
33
import play.sbt.PlayScala
44

5-
lazy val appVersion = "0.1.1-SNAPSHOT"
5+
lazy val appVersion = "0.2.0"
66

77
lazy val catsVersion = "0.9.0"
88

0 commit comments

Comments
 (0)