Skip to content

Commit b222fcf

Browse files
authored
Version 0.7.10 (com-lihaoyi#250)
1 parent 4bdc0a5 commit b222fcf

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

readme.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
µTest 0.7.9 [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link]
1+
µTest 0.7.10 [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link]
22
====================================================================================================
33

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

8181

8282
```scala
83-
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.9" % "test"
83+
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.10" % "test"
8484

8585
testFrameworks += new TestFramework("utest.runner.Framework")
8686
```
8787

8888
To use it with Scala.js or Scala-Native:
8989

9090
```scala
91-
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.9" % "test"
91+
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.10" % "test"
9292

9393
testFrameworks += new TestFramework("utest.runner.Framework")
9494
```
@@ -1329,6 +1329,11 @@ libraries are currently at.
13291329
Changelog
13301330
=========
13311331

1332+
0.7.10
1333+
-----
1334+
1335+
- Add support for Scala 3.0.0
1336+
13321337
0.7.9
13331338
-----
13341339

0 commit comments

Comments
 (0)