Skip to content

Commit

Permalink
0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 6, 2024
1 parent d6f0ecb commit 81482c1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
µTest 0.8.3
µTest 0.8.4
====================================================================================================

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


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

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

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

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

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

0.8.4
-----

* Avoid crashing if test logs have invalid ANSI escape codes [#344](https://github.com/com-lihaoyi/utest/pull/344)

0.8.3
-----

Expand Down

0 comments on commit 81482c1

Please sign in to comment.