Skip to content

Commit 83b1679

Browse files
authored
Merge pull request #1955 from lenguyenthanh/patch-1
Bump latest weaver & remove expecty
2 parents 7dc6c43 + 6d815d4 commit 83b1679

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/integration/src/test/scala/scala/cli/integration/TestTestDefinitions.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ abstract class TestTestDefinitions(val scalaVersionOpt: Option[String])
151151

152152
val successfulWeaverInputs: TestInputs = TestInputs(
153153
os.rel / "MyTests.scala" ->
154-
"""//> using deps "com.disneystreaming::weaver-cats:0.7.6", "com.eed3si9n.expecty::expecty:0.15.4+5-f1d8927e-SNAPSHOT"
154+
"""//> using deps "com.disneystreaming::weaver-cats:0.8.2"
155155
|import weaver._
156156
|import cats.effect.IO
157157
|
@@ -472,9 +472,7 @@ abstract class TestTestDefinitions(val scalaVersionOpt: Option[String])
472472
TestUtil.cli,
473473
"test",
474474
extraOptions,
475-
".",
476-
"-r",
477-
"sonatype:snapshots"
475+
"."
478476
).call(cwd = root).out.text()
479477
expect(output.contains("Hello from tests"))
480478
}

0 commit comments

Comments
 (0)