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.
2 parents a82554c + 9c9968c commit c2d9e0eCopy full SHA for c2d9e0e
.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