Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 14, 2024
1 parent 655da4b commit 54ad530
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
µTest 0.8.2
µTest 0.8.3
====================================================================================================

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


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

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

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

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

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

master
0.8.3
-----

* Support for Scala-Native 0.5.0
Expand Down

0 comments on commit 54ad530

Please sign in to comment.