From 6a0154f30177a9a4025f9df853aa6e1e0c447181 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Oct 2021 15:09:57 +0200 Subject: [PATCH 1/2] Update scala3-library to 3.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 16521a7..77f2cd1 100644 --- a/build.sbt +++ b/build.sbt @@ -4,5 +4,5 @@ lazy val root = project name := "scala3-example-project", description := "Example sbt project that compiles using Scala 3", version := "0.1.0", - scalaVersion := "3.0.2" + scalaVersion := "3.1.0" ) From 3e50c565168f213ae25c37e60c84e455a26501fe Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Tue, 19 Oct 2021 07:48:38 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd38d29..ef42cbf 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You must use sbt 1.5.5 or newer; older versions of sbt are not supported. Set up the Scala 3 version: ```scala -scalaVersion := "3.0.2" +scalaVersion := "3.1.0" ``` ### Getting your project to compile with Scala 3