We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42791c0 commit a3ebd45Copy full SHA for a3ebd45
build.sc
@@ -19,6 +19,6 @@ object g8 extends G8Module {
19
object Steward extends ScalaModule {
20
def scalaVersion = "2.13.14"
21
def ivyDeps = Agg(
22
- ivy"org.scalameta::munit::0.7.29"
+ ivy"org.scalameta::munit::1.0.0"
23
)
24
}
src/main/g8/build.sc
@@ -7,7 +7,7 @@ object $name;format="camel"$ extends ScalaModule {
7
8
object test extends ScalaTests with TestModule.Munit {
9
10
11
12
13
0 commit comments