File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
= mill-integrationtest - Integration test plugin for mill plugins
2
- :version: 0.3.2
2
+ :version: 0.3.3
3
3
:min-mill-version: 0.6.2
4
4
:exampleMillVersion: {min-mill-version}
5
5
:project-home: https://github.com/lefou/mill-integrationtest
@@ -434,6 +434,8 @@ I also accept {project-home}/pulls[pull requests on GitHub].
434
434
435
435
=== main
436
436
437
+ === mill-integrationtest 0.3.3 - 2020-07-03
438
+
437
439
* New option `showFailedRuns` to always show output of failed runs
438
440
439
441
=== mill-integrationtest 0.3.2 - 2020-07-03
Original file line number Diff line number Diff line change 1
1
// mill plugins
2
2
import $ivy .`com.lihaoyi::mill-contrib-scoverage:$MILL_VERSION`
3
- import $ivy .`de.tototec::de.tobiasroeser.mill.integrationtest:0.3.1-24-e3782f `
3
+ import $ivy .`de.tototec::de.tobiasroeser.mill.integrationtest:0.3.2 `
4
4
import $ivy .`de.tototec::de.tobiasroeser.mill.vcs.version:0.0.1`
5
5
import scala .util .matching .Regex
6
6
You can’t perform that action at this time.
0 commit comments