Skip to content

Commit 9c9968c

Browse files
committed
Update generate-junit-reports.sc dependencies
1 parent a04e2a1 commit 9c9968c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/generate-junit-reports.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env -S scala-cli shebang
22
//> using scala 3
3-
//> using toolkit 0.2.1
4-
//> using dep org.scala-lang.modules::scala-xml:2.2.0
3+
//> using toolkit default
4+
//> using dep org.scala-lang.modules::scala-xml:2.3.0
55
// adapted from https://github.com/vic/mill-test-junit-report
66
import java.io.File
77
import scala.collection.mutable.ArrayBuffer

0 commit comments

Comments
 (0)