Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object lib extends CellarPublishModule {
// the whole machine and starts failing under load, so run them in a single JVM.
def testParallelism = false
def mvnDeps = super.mvnDeps() ++ Seq(
mvn"org.scalameta::munit:1.3.5",
mvn"org.scalameta::munit:1.3.6",
mvn"org.typelevel::munit-cats-effect:2.2.0"
)
def forkArgs = Task {
Expand Down Expand Up @@ -113,7 +113,7 @@ object profilingRuntime extends CellarPublishModule {

object test extends ScalaTests with TestModule.Munit {
def mvnDeps = super.mvnDeps() ++ Seq(
mvn"org.scalameta::munit:1.3.5",
mvn"org.scalameta::munit:1.3.6",
mvn"org.typelevel::munit-cats-effect:2.2.0"
)
}
Expand Down Expand Up @@ -207,7 +207,7 @@ object cli extends CellarPublishModule with NativeImageModule {

object test extends ScalaTests with TestModule.Munit {
def mvnDeps = super.mvnDeps() ++ Seq(
mvn"org.scalameta::munit:1.3.5",
mvn"org.scalameta::munit:1.3.6",
mvn"org.typelevel::munit-cats-effect:2.2.0"
)
}
Expand Down