From 7c42d479b4930bfe6c6708f0a3736c6b749de508 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 3 Jun 2023 03:33:09 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2ddbc8..165a11a 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val root = project name := "scala3-example-project", description := "Example sbt project that compiles using Scala 3", version := "0.1.0", - scalaVersion := "3.2.2", + scalaVersion := "3.3.0", scalacOptions ++= Seq("-deprecation"), libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test ) From 4326ec602874a63a6e6a7033cde3ba22411833b6 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sat, 3 Jun 2023 14:41:52 +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 63e97e3..5746d82 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You must use sbt 1.5.5 or newer; older versions of sbt are not supported. Set the Scala 3 version: ```scala -scalaVersion := "3.2.2" +scalaVersion := "3.3.0" ``` ### Getting your project to compile with Scala 3