File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
modules/integration/src/test/scala/scala/cli/integration Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ abstract class TestTestDefinitions(val scalaVersionOpt: Option[String])
151
151
152
152
val successfulWeaverInputs : TestInputs = TestInputs (
153
153
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 "
155
155
|import weaver._
156
156
|import cats.effect.IO
157
157
|
@@ -472,9 +472,7 @@ abstract class TestTestDefinitions(val scalaVersionOpt: Option[String])
472
472
TestUtil .cli,
473
473
" test" ,
474
474
extraOptions,
475
- " ." ,
476
- " -r" ,
477
- " sonatype:snapshots"
475
+ " ."
478
476
).call(cwd = root).out.text()
479
477
expect(output.contains(" Hello from tests" ))
480
478
}
You can’t perform that action at this time.
0 commit comments