Skip to content

Commit

Permalink
Change scala version in BSP wrapper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Nov 15, 2023
1 parent 1072805 commit a0a6158
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class ScriptWrapperTests extends ScalaCliSuite {
useDirectives <- Seq(true, false)
(directive, options) <- Seq(
("//> using object.wrapper", Seq("--object-wrapper")),
("//> using scala 2.13.1", Seq("--scala", "2.13.1")),
("//> using scala 2.12", Seq("--scala", "2.12")),
("//> using platform js", Seq("--js"))
)
} {
Expand Down

0 comments on commit a0a6158

Please sign in to comment.