Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Nov 6, 2023
1 parent d760733 commit 8148982
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
µTest 0.8.1 [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link]
µTest 0.8.2
====================================================================================================

[travis-badge]: https://travis-ci.org/lihaoyi/utest.svg
Expand Down Expand Up @@ -43,8 +43,6 @@ If you use uTest and like it, please support it by donating to our Patreon:
Contents
--------

- [µTest 0.8.1 ![Build Status](#µtest-081-build-statustravis-link-gitter-chatgitter-badgegitter-link)
- [Contents](#contents)
- [Getting Started](#getting-started)
- [Defining and Running a Test Suite](#defining-and-running-a-test-suite)
- [Nesting Tests](#nesting-tests)
Expand Down Expand Up @@ -124,15 +122,15 @@ can immediately begin defining and running tests programmatically.


```scala
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.1" % "test"
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.2" % "test"

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

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

```scala
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % "test"
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.2" % "test"

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

0.8.2
-----

* Fix compiler warning when using `utest.framework.TestPath` [#309](https://github.com/com-lihaoyi/utest/pull/309)

0.8.1
-----

Expand Down

0 comments on commit 8148982

Please sign in to comment.