From a0631101b522559978ab4fea8ec31875b37d8def Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 May 2025 19:07:12 +0000 Subject: [PATCH] Update scalafix-interfaces to 0.14.3 --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index 26c33e06da..9f60c3538c 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -157,7 +157,7 @@ object Deps { def mavenAppArtifactId = "maven-app" def mavenAppGroupId = "com.example" def mavenAppVersion = "0.1-SNAPSHOT" - def scalafix = "0.14.2" + def scalafix = "0.14.3" } // DO NOT hardcode a Scala version in this dependency string // This dependency is used to ensure that Ammonite is available for Scala versions