Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent eec9d20 commit 8b0fbb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8b0fbb9

Please sign in to comment.