Skip to content

Commit

Permalink
Version 0.7.10 (com-lihaoyi#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed May 13, 2021
1 parent 4bdc0a5 commit b222fcf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
µTest 0.7.9 [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link]
µTest 0.7.10 [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link]
====================================================================================================

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


```scala
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.9" % "test"
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.10" % "test"

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

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

```scala
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.9" % "test"
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.10" % "test"

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

0.7.10
-----

- Add support for Scala 3.0.0

0.7.9
-----

Expand Down

0 comments on commit b222fcf

Please sign in to comment.