Skip to content

Commit 8e2074b

Browse files
authored
Merge pull request #549 from scalacenter/update/sbt-scalafix-0.14.0
Update sbt-scalafix, scalafix-core, ... to 0.14.0
2 parents 17a8b04 + 6097fe7 commit 8e2074b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@ addCommandAlias("compileScalafixOutputinScala3", s"""set `scalafix-output`/scala
229229
def isCI = System.getenv("CI") != null
230230

231231
lazy val V = new {
232-
val scala213 = "2.13.15"
232+
val scala213 = "2.13.16"
233233
val scala213BinaryVersion = "2.13"
234234
val scala212 = "2.12.20"
235235
val scalatest = "3.2.19"
236236
val scala3 = "3.3.5"
237-
val scalafix = "0.13.0"
237+
val scalafix = "0.14.0"
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.0")
2-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
2+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0")

0 commit comments

Comments
 (0)