File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- µTest 0.8.2
1
+ µTest 0.8.3
2
2
====================================================================================================
3
3
4
4
[ travis-badge ] : https://travis-ci.org/lihaoyi/utest.svg
@@ -122,15 +122,15 @@ can immediately begin defining and running tests programmatically.
122
122
123
123
124
124
``` scala
125
- libraryDependencies += " com.lihaoyi" %% " utest" % " 0.8.2 " % " test"
125
+ libraryDependencies += " com.lihaoyi" %% " utest" % " 0.8.3 " % " test"
126
126
127
127
testFrameworks += new TestFramework (" utest.runner.Framework" )
128
128
```
129
129
130
130
To use it with Scala.js or Scala-Native:
131
131
132
132
``` scala
133
- libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.2 " % " test"
133
+ libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.3 " % " test"
134
134
135
135
testFrameworks += new TestFramework (" utest.runner.Framework" )
136
136
```
@@ -1371,7 +1371,7 @@ libraries are currently at.
1371
1371
Changelog
1372
1372
=========
1373
1373
1374
- master
1374
+ 0.8.3
1375
1375
-----
1376
1376
1377
1377
* Support for Scala-Native 0.5.0
You can’t perform that action at this time.
0 commit comments