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 @@ -60,20 +60,20 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
60
60
@ Ignore
61
61
@ Test def `version` =
62
62
check(
63
- """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 @@"
63
+ """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 @@"
64
64
|package A
65
65
|""" .stripMargin,
66
- " 0.14.1 "
66
+ " 0.14.10 "
67
67
)
68
68
69
69
// We don't to add `::` before version if `sjs1` is specified
70
70
@ Ignore
71
71
@ Test def `version-edit` =
72
72
checkEdit(
73
- """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 @@"
73
+ """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 @@"
74
74
|package A
75
75
|""" .stripMargin,
76
- """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 "
76
+ """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 "
77
77
|package A
78
78
|""" .stripMargin,
79
79
)
You can’t perform that action at this time.
0 commit comments