File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
presentation-compiler/test/dotty/tools/pc/tests/completion Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,19 +59,19 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
5959
6060 @ Test def `version` =
6161 check(
62- """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 @@"
62+ """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 @@"
6363 |package A
6464 |""" .stripMargin,
65- " 0.14.1 "
65+ " 0.14.10 "
6666 )
6767
6868 // We don't to add `::` before version if `sjs1` is specified
6969 @ Test def `version-edit` =
7070 checkEdit(
71- """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 @@"
71+ """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 @@"
7272 |package A
7373 |""" .stripMargin,
74- """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 "
74+ """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 "
7575 |package A
7676 |""" .stripMargin,
7777 )
You can’t perform that action at this time.
0 commit comments