From b9ef45cfcc3580af62d56c615ffd2bdd98335672 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:37 +0000 Subject: [PATCH] Update sourcecode to 0.2.8 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index c027d09..9f6a5cb 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -3,7 +3,7 @@ object Versions { val scala30 = "3.0.0" val sbtDotty = "0.5.3" val osLib = "0.7.7" - val sourcecode = "0.2.7" + val sourcecode = "0.2.8" val scala3Migrate = "0.4.2" val munit = "0.7.26" }