From 920e143f03b065cfc2950c8ed613754ffe7a4593 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Tue, 10 Dec 2024 17:07:18 +0100 Subject: [PATCH] Update Scala version to 3.6.2 --- README.md | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea21585..c919764 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ IntelliJ](https://blog.jetbrains.com/scala/). ### build.sc ```scala -def scalaVersion = "3.5.2" +def scalaVersion = "3.6.2" ``` ### Getting your project to compile with Scala 3 diff --git a/build.sc b/build.sc index f6e5b0d..359ae44 100644 --- a/build.sc +++ b/build.sc @@ -1,5 +1,5 @@ import mill._, scalalib._ object examples extends ScalaModule { - def scalaVersion = "3.5.2" + def scalaVersion = "3.6.2" }