File tree 1 file changed +4
-4
lines changed
presentation-compiler/test/dotty/tools/pc/tests/completion
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:
59
59
60
60
@ Test def `version` =
61
61
check(
62
- """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 @@"
62
+ """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 @@"
63
63
|package A
64
64
|""" .stripMargin,
65
- " 0.14.1 "
65
+ " 0.14.10 "
66
66
)
67
67
68
68
// We don't to add `::` before version if `sjs1` is specified
69
69
@ Test def `version-edit` =
70
70
checkEdit(
71
- """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 @@"
71
+ """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 @@"
72
72
|package A
73
73
|""" .stripMargin,
74
- """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 "
74
+ """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 "
75
75
|package A
76
76
|""" .stripMargin,
77
77
)
You can’t perform that action at this time.
0 commit comments