File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1717testFrameworks += 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
2929Given that updates for ScalaCheck have been problematic, the ecosystem
You can’t perform that action at this time.
0 commit comments