From b46ec2839a3f7d4af902dbd16912449d7a6c9775 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 16:19:59 +0000 Subject: [PATCH] Update sbt-scalafix, scalafix-core to 0.14.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index be4b93ee..27e1c8f6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots") val crossVer = "1.3.2" val scalaJSVersion = "1.18.1" val scalaNativeVersion = "0.5.6" -val scalafix = "0.13.0" +val scalafix = "0.14.0" // includes sbt-dynver sbt-pgp sbt-sonatype sbt-git addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")