From 48df32feb98b88b20d8e307fa58f6784b5cf21a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Fri, 29 Mar 2024 13:44:51 +0100 Subject: [PATCH] Update Scala version to 3.4.1 --- README.md | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bd0ae1..bd4464f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ IntelliJ](https://blog.jetbrains.com/scala/). ### build.sc ```scala -def scalaVersion = "3.4.0" +def scalaVersion = "3.4.1" ``` ### Getting your project to compile with Scala 3 diff --git a/build.sc b/build.sc index 76e6e36..01856da 100644 --- a/build.sc +++ b/build.sc @@ -1,5 +1,5 @@ import mill._, scalalib._ object examples extends ScalaModule { - def scalaVersion = "3.4.0" + def scalaVersion = "3.4.1" }