Skip to content

Commit 76c19e2

Browse files
authored
Merge pull request com-lihaoyi#245 from japgolly/update_readme
Update changelog and prepare to release 0.7.9
2 parents 843caea + e15801b commit 76c19e2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ can immediately begin defining and running tests programmatically.
8080

8181

8282
```scala
83-
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.7" % "test"
83+
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.9" % "test"
8484

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

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

9090
```scala
91-
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.7" % "test"
91+
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.9" % "test"
9292

9393
testFrameworks += new TestFramework("utest.runner.Framework")
9494
```
@@ -1329,10 +1329,16 @@ libraries are currently at.
13291329
Changelog
13301330
=========
13311331

1332+
0.7.9
1333+
-----
1334+
1335+
- Add support for Scala 3.0.0-RC3
1336+
- Bump Scala.js from 1.4.0 to 1.5.1
1337+
13321338
0.7.8
13331339
-----
13341340

1335-
- Add support for Scala 3-RC2
1341+
- Add support for Scala 3.0.0-RC2
13361342
- Support Scala 3 on Scala.js
13371343

13381344
0.7.7

0 commit comments

Comments
 (0)