File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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
8585testFrameworks += new TestFramework (" utest.runner.Framework" )
8686```
8787
8888To 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
9393testFrameworks += new TestFramework (" utest.runner.Framework" )
9494```
@@ -1329,10 +1329,16 @@ libraries are currently at.
13291329Changelog
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+
133213380.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
133813440.7.7
You can’t perform that action at this time.
0 commit comments