File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- µTest 0.7.9 [ ![ Build Status] [ travis-badge ]] [ travis-link ] [ ![ Gitter Chat] [ gitter-badge ]] [ gitter-link ]
1+ µTest 0.7.10 [ ![ Build Status] [ travis-badge ]] [ travis-link ] [ ![ Gitter Chat] [ gitter-badge ]] [ gitter-link ]
22====================================================================================================
33
44[ travis-badge ] : https://travis-ci.org/lihaoyi/utest.svg
@@ -80,15 +80,15 @@ can immediately begin defining and running tests programmatically.
8080
8181
8282``` scala
83- libraryDependencies += " com.lihaoyi" %% " utest" % " 0.7.9 " % " test"
83+ libraryDependencies += " com.lihaoyi" %% " utest" % " 0.7.10 " % " 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.9 " % " test"
91+ libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.7.10 " % " test"
9292
9393testFrameworks += new TestFramework (" utest.runner.Framework" )
9494```
@@ -1329,6 +1329,11 @@ libraries are currently at.
13291329Changelog
13301330=========
13311331
1332+ 0.7.10
1333+ -----
1334+
1335+ - Add support for Scala 3.0.0
1336+
133213370.7.9
13331338-----
13341339
You can’t perform that action at this time.
0 commit comments