Skip to content

Commit

Permalink
Lock script wrapper tests on the internally used Scala 2.13 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Feb 22, 2024
1 parent 3108954 commit 46bf5b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class ScriptWrapperTests extends ScalaCliSuite {
for {
useDirectives <- Seq(true, false)
(directive, options) <- Seq(
("//> using scala 2.13", Seq("--scala", "2.13"))
(s"//> using scala ${Constants.scala213}", Seq("--scala", Constants.scala213))
)
} {
val inputs = TestInputs(
Expand Down

0 comments on commit 46bf5b0

Please sign in to comment.