Skip to content

Commit 6d815d4

Browse files
Weaver 0.8.2
Apparently we have a new weaver update, and we also don't need expecty anymore
1 parent e35e6a2 commit 6d815d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.8.1", "com.eed3si9n.expecty::expecty:0.16.0"
154+
"""//> using deps "com.disneystreaming::weaver-cats:0.8.2"
155155
|import weaver._
156156
|import cats.effect.IO
157157
|

0 commit comments

Comments
 (0)