Skip to content

Commit a2656e7

Browse files
Backport "Temporary fix to CompletionScalaCliSuite" to LTS (#22117)
Backports #21564 to the 3.3.5. PR submitted by the release tooling. [skip ci]
2 parents ee59f07 + 2c2c92b commit a2656e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionScalaCliSuite.scala

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
6060
@Ignore
6161
@Test def `version` =
6262
check(
63-
"""|//> using lib "io.circe::circe-core_sjs1:0.14.1@@"
63+
"""|//> using lib "io.circe::circe-core_sjs1:0.14.10@@"
6464
|package A
6565
|""".stripMargin,
66-
"0.14.1"
66+
"0.14.10"
6767
)
6868

6969
// We don't to add `::` before version if `sjs1` is specified
7070
@Ignore
7171
@Test def `version-edit` =
7272
checkEdit(
73-
"""|//> using lib "io.circe::circe-core_sjs1:0.14.1@@"
73+
"""|//> using lib "io.circe::circe-core_sjs1:0.14.10@@"
7474
|package A
7575
|""".stripMargin,
76-
"""|//> using lib "io.circe::circe-core_sjs1:0.14.1"
76+
"""|//> using lib "io.circe::circe-core_sjs1:0.14.10"
7777
|package A
7878
|""".stripMargin,
7979
)

0 commit comments

Comments
 (0)