Skip to content

Commit

Permalink
Merge pull request #245 from japgolly/update_readme
Browse files Browse the repository at this point in the history
Update changelog and prepare to release 0.7.9
  • Loading branch information
japgolly authored Apr 20, 2021
2 parents 843caea + e15801b commit 76c19e2
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
Expand Up @@ -80,15 +80,15 @@ can immediately begin defining and running tests programmatically.


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

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

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

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

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

0.7.9
-----

- Add support for Scala 3.0.0-RC3
- Bump Scala.js from 1.4.0 to 1.5.1

0.7.8
-----

- Add support for Scala 3-RC2
- Add support for Scala 3.0.0-RC2
- Support Scala 3 on Scala.js

0.7.7
Expand Down

0 comments on commit 76c19e2

Please sign in to comment.