We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generate-junit-reports.sc
1 parent a04e2a1 commit 9c9968cCopy full SHA for 9c9968c
.github/scripts/generate-junit-reports.sc
@@ -1,7 +1,7 @@
1
#!/usr/bin/env -S scala-cli shebang
2
//> using scala 3
3
-//> using toolkit 0.2.1
4
-//> using dep org.scala-lang.modules::scala-xml:2.2.0
+//> using toolkit default
+//> using dep org.scala-lang.modules::scala-xml:2.3.0
5
// adapted from https://github.com/vic/mill-test-junit-report
6
import java.io.File
7
import scala.collection.mutable.ArrayBuffer
0 commit comments