From 1ba7ae38ec04da06cf8b8e630e3d3d796407ed84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:41:43 +0000 Subject: [PATCH] chore(deps): update dependency com.lihaoyi:sourcecode to v0.4.1 (#1125) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b43caac0..f1674d96 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val catsParseV = "0.3.10" val monocleV = "3.1.0" val scalaTestV = "3.2.18" val scalaTestScalaCheckV = "3.2.18.0" -val sourcecodeV = "0.3.0" +val sourcecodeV = "0.4.1" // Snapshot is used to get latest fixes val fs2V = "3.10.2" val catsEffectV = "3.6-1f95fd7"