Skip to content

Commit eec9d20

Browse files
Update scala-library from 2.13.12 to 2.13.13 (#31)
Pull request: #31
1 parent c247c58 commit eec9d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object g8 extends G8Module {
1717
* then updates them in the actual template.
1818
*/
1919
object Steward extends ScalaModule {
20-
def scalaVersion = "2.13.12"
20+
def scalaVersion = "2.13.13"
2121
def ivyDeps = Agg(
2222
ivy"org.scalameta::munit::0.7.29"
2323
)

Diff for: src/main/g8/build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import mill.scalalib._
33

44
object $name;format="camel"$ extends ScalaModule {
55

6-
def scalaVersion = "2.13.12"
6+
def scalaVersion = "2.13.13"
77

88
object test extends ScalaTests with TestModule.Munit {
99
def ivyDeps = Agg(

0 commit comments

Comments
 (0)