From 6bd081c23948cc59cfb561cdeee24f325a30179d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jan 2022 21:38:08 +0100 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" }