File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ trait RPCCrossPlatformModule extends Module { shared =>
112112 override def platformLabel : String = " jvm"
113113
114114 trait WeaverTests extends Tests {
115- def ivyDeps = super .ivyDeps() ++ Agg (ivy " com.disneystreaming::weaver-cats:0.7.13 " )
115+ def ivyDeps = super .ivyDeps() ++ Agg (ivy " com.disneystreaming::weaver-cats:0.7.15 " )
116116 def testFramework = " weaver.framework.CatsEffect"
117117 }
118118
@@ -138,7 +138,7 @@ trait RPCCrossPlatformModule extends Module { shared =>
138138 override def skipIdea = true
139139
140140 trait WeaverTests extends Tests {
141- def ivyDeps = super .ivyDeps() ++ Agg (ivy " com.disneystreaming::weaver-cats::0.7.13 " )
141+ def ivyDeps = super .ivyDeps() ++ Agg (ivy " com.disneystreaming::weaver-cats::0.7.15 " )
142142 def testFramework = " weaver.framework.CatsEffect"
143143 }
144144
You can’t perform that action at this time.
0 commit comments