From 538bf88b7ae550991b6bad8a0c5ee40ef8284958 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <123456+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 13:04:55 +0000 Subject: [PATCH] Update scala3-library to 3.0.2 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index c027d09..00f2d74 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,6 +1,6 @@ object Versions { val scala213 = "2.13.6" - val scala30 = "3.0.0" + val scala30 = "3.0.2" val sbtDotty = "0.5.3" val osLib = "0.7.7" val sourcecode = "0.2.7"