Skip to content

Commit 54ad530

Browse files
committed
0.8.3
1 parent 655da4b commit 54ad530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
µTest 0.8.2
1+
µTest 0.8.3
22
====================================================================================================
33

44
[travis-badge]: https://travis-ci.org/lihaoyi/utest.svg
@@ -122,15 +122,15 @@ can immediately begin defining and running tests programmatically.
122122

123123

124124
```scala
125-
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.2" % "test"
125+
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.3" % "test"
126126

127127
testFrameworks += new TestFramework("utest.runner.Framework")
128128
```
129129

130130
To use it with Scala.js or Scala-Native:
131131

132132
```scala
133-
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.2" % "test"
133+
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.3" % "test"
134134

135135
testFrameworks += new TestFramework("utest.runner.Framework")
136136
```
@@ -1371,7 +1371,7 @@ libraries are currently at.
13711371
Changelog
13721372
=========
13731373

1374-
master
1374+
0.8.3
13751375
-----
13761376

13771377
* Support for Scala-Native 0.5.0

0 commit comments

Comments
 (0)