From 859224a8ff650fee53f7e0f8a609fafed8306e7c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 1 Sep 2025 18:07:41 +0000 Subject: [PATCH] Update sourcecode to 0.4.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3cfa2cb2..0e8610f4 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ val scalaCheckVersion = "1.18.1" val scalaCollectionCompatVersion = "2.13.0" val scoptVersion = "4.1.0" val shapelessVersion = "2.3.12" // keep in sync with scio -val sourcecodeVersion = "0.4.2" +val sourcecodeVersion = "0.4.4" val slf4jVersion = "1.7.30" // keep in sync with scio def isScala213x: Def.Initialize[Boolean] = Def.setting {