Skip to content

Commit 6dc0aeb

Browse files
committed
Release 2.8.1
1 parent 7cb2a32 commit 6dc0aeb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 2.8.1 (Apr 5, 2020)
2+
3+
- Add Scala Native 0.3.9 release missing from `2.8.0`
4+
- Release for Scala Native 0.4.0-M2
5+
16
## Version 2.8.0 (Apr 5, 2020)
27

38
- Update ScalaJS to 0.6.32 and 1.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For `build.sbt` (use the `%%%` operator for Scala.js):
1212

1313
```scala
1414
// use the %%% operator for Scala.js
15-
libraryDependencies += "io.monix" %% "minitest" % "2.8.0" % "test"
15+
libraryDependencies += "io.monix" %% "minitest" % "2.8.1" % "test"
1616

1717
testFrameworks += new TestFramework("minitest.runner.Framework")
1818
```
@@ -23,7 +23,7 @@ this being version `1.14.0`:
2323

2424
```scala
2525
// use the %%% operator for Scala.js
26-
libraryDependencies += "io.monix" %% "minitest-laws" % "2.8.0" % "test"
26+
libraryDependencies += "io.monix" %% "minitest-laws" % "2.8.1" % "test"
2727
```
2828

2929
Given that updates for ScalaCheck have been problematic, the ecosystem

0 commit comments

Comments
 (0)