From 1ae98ea90807e312a7da310ad926983dfa8db0e6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Sep 2021 13:28:57 +0200 Subject: [PATCH] Update scala3-library to 3.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d575488..16521a7 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.1" + scalaVersion := "3.0.2" )