Skip to content

Commit c2d9e0e

Browse files
authored
Merge pull request #2984 from Gedochao/maintenance/pin-scala-cli-setup
Pin `scala-cli-setup` to v1 and update CI scripts' dependencies
2 parents a82554c + 9c9968c commit c2d9e0e

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
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)