Skip to content

Commit 4238523

Browse files
committed
build(deps): Update munit from 1.3.3 to 1.3.5
1 parent 8750b1a commit 4238523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ trait Common extends CrossScalaModule with ScalafmtModule with ScalafixModule {
7878
}
7979

8080
trait CommonTest extends ScalaModule with TestModule.Munit {
81-
def ivyDeps = Agg(ivy"org.scalameta::munit::1.3.3")
81+
def ivyDeps = Agg(ivy"org.scalameta::munit::1.3.5")
8282
}
8383

8484
object config extends Cross[ConfigModule](scalaVersions)

0 commit comments

Comments
 (0)