Skip to content

Commit 8b69575

Browse files
Update sbt-scalafix, scalafix-core, ... to 0.14.2
1 parent e10280f commit 8b69575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ lazy val V = new {
234234
val scala212 = "2.12.20"
235235
val scalatest = "3.2.19"
236236
val scala3 = "3.3.5"
237-
val scalafix = "0.14.0"
237+
val scalafix = "0.14.2"
238238
val catsCore = "2.10.0"
239239
val kindProjector = "0.13.3"
240240
val coursierApi = "2.1.24"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
2-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
2+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0")

0 commit comments

Comments
 (0)