From 8b0fbb9f6d18d97086d69485a51c920b6c831700 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 06:30:23 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sc | 2 +- src/main/g8/build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index fa26087..9370134 100644 --- a/build.sc +++ b/build.sc @@ -17,7 +17,7 @@ object g8 extends G8Module { * then updates them in the actual template. */ object Steward extends ScalaModule { - def scalaVersion = "2.13.13" + def scalaVersion = "2.13.14" def ivyDeps = Agg( ivy"org.scalameta::munit::0.7.29" ) diff --git a/src/main/g8/build.sc b/src/main/g8/build.sc index 759961f..f1c88ea 100644 --- a/src/main/g8/build.sc +++ b/src/main/g8/build.sc @@ -3,7 +3,7 @@ import mill.scalalib._ object $name;format="camel"$ extends ScalaModule { - def scalaVersion = "2.13.13" + def scalaVersion = "2.13.14" object test extends ScalaTests with TestModule.Munit { def ivyDeps = Agg(