We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c247c58 commit eec9d20Copy full SHA for eec9d20
build.sc
@@ -17,7 +17,7 @@ object g8 extends G8Module {
17
* then updates them in the actual template.
18
*/
19
object Steward extends ScalaModule {
20
- def scalaVersion = "2.13.12"
+ def scalaVersion = "2.13.13"
21
def ivyDeps = Agg(
22
ivy"org.scalameta::munit::0.7.29"
23
)
src/main/g8/build.sc
@@ -3,7 +3,7 @@ import mill.scalalib._
3
4
object $name;format="camel"$ extends ScalaModule {
5
6
7
8
object test extends ScalaTests with TestModule.Munit {
9
0 commit comments