Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Nov 5, 2016
1 parent f48d07d commit 75ef191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ Map(609117252 -> None, -339 -> Some(true), 1684851879 -> Some(false), 78379 -> N
#### SBT setup
```scala
// Property expression, evaluation, assertion.
libraryDependencies += "com.github.japgolly.nyaya" %%% "nyaya-prop" % "0.8.0"
libraryDependencies += "com.github.japgolly.nyaya" %%% "nyaya-prop" % "0.8.1"

// Random data generation.
libraryDependencies += "com.github.japgolly.nyaya" %%% "nyaya-gen" % "0.8.0"
libraryDependencies += "com.github.japgolly.nyaya" %%% "nyaya-gen" % "0.8.1"

// Property testing with random data.
// Property proving.
libraryDependencies += "com.github.japgolly.nyaya" %%% "nyaya-test" % "0.8.0" % "test"
libraryDependencies += "com.github.japgolly.nyaya" %%% "nyaya-test" % "0.8.1" % "test"
```

<br>
Expand All @@ -43,7 +43,7 @@ libraryDependencies += "com.github.japgolly.nyaya" %%% "nyaya-test" % "0.8.0" %

<br>
#### Requires:
* Scala 2.11
* Scala 2.11+
* Scala.JS 0.6.13+ *(optional)*

<br>
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version in ThisBuild := "0.8.1-SNAPSHOT"
version in ThisBuild := "0.8.1"

val root = NyayaBuild.root
val utilJVM = NyayaBuild.utilJVM
Expand Down

0 comments on commit 75ef191

Please sign in to comment.