Skip to content

Commit 42791c0

Browse files
Update scala version from 2.13.13 to 2.13.14 (#32)
Pull request: #32
1 parent eec9d20 commit 42791c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.13"
20+
def scalaVersion = "2.13.14"
2121
def ivyDeps = Agg(
2222
ivy"org.scalameta::munit::0.7.29"
2323
)

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.13"
6+
def scalaVersion = "2.13.14"
77

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

0 commit comments

Comments
 (0)