Skip to content

Commit e35e6a2

Browse files
Bump latest weaver & expecty
And remove snapshot options when running scala-cli for weaver test.
1 parent 7dc6c43 commit e35e6a2

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.1", "com.eed3si9n.expecty::expecty:0.16.0"
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)