Skip to content

Commit

Permalink
0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 9, 2025
1 parent 7cc0a8e commit 0badaf1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
µTest 0.8.4
µTest 0.8.5
====================================================================================================

[travis-badge]: https://travis-ci.org/lihaoyi/utest.svg
Expand Down Expand Up @@ -70,6 +70,7 @@ Contents
- [Running uTest Standalone](#running-utest-standalone)
- [Why uTest](#why-utest)
- [Changelog](#changelog)
- [0.8.5](#085)
- [0.8.4](#084)
- [0.8.3](#083)
- [0.8.2](#082)
Expand Down Expand Up @@ -125,15 +126,15 @@ can immediately begin defining and running tests programmatically.


```scala
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.4" % "test"
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.5" % "test"

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

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

```scala
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.4" % "test"
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.5" % "test"

testFrameworks += new TestFramework("utest.runner.Framework")
```
Expand Down Expand Up @@ -1374,6 +1375,11 @@ libraries are currently at.
Changelog
=========

0.8.5
-----

* Run `Future` tests sequentially, not concurrently [#359](https://github.com/com-lihaoyi/utest/pull/359)

0.8.4
-----

Expand Down

0 comments on commit 0badaf1

Please sign in to comment.