We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b326a commit a24e9a0Copy full SHA for a24e9a0
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::1.0.1"
+ ivy"org.scalameta::munit::1.0.3"
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