From 01b077e51d41b48f4b4a981ab34153c05b6c4c51 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Wed, 4 Jun 2025 17:59:13 +0200 Subject: [PATCH] Update Scala version to 3.7.1 --- README.md | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd9978f..2c0eb82 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ IntelliJ](https://blog.jetbrains.com/scala/). ### build.sc ```scala -def scalaVersion = "3.7.0" +def scalaVersion = "3.7.1" ``` ### Getting your project to compile with Scala 3 diff --git a/build.sc b/build.sc index 49c32ff..7b27224 100644 --- a/build.sc +++ b/build.sc @@ -1,5 +1,5 @@ import mill._, scalalib._ object examples extends ScalaModule { - def scalaVersion = "3.7.0" + def scalaVersion = "3.7.1" }