Skip to content

Commit

Permalink
Update sbt-scalafix, scalafix-core, ... to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Oct 5, 2023
1 parent e759b26 commit e1d2deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ lazy val V = new {
val scala212 = "2.12.18"
val scalatest = "3.2.17"
val scala3 = "3.3.1"
val scalafix = "0.11.0"
val scalafix = "0.11.1"
val catsCore = "2.10.0"
val kindProjector = "0.13.2"
val coursierApi = "2.1.7"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit e1d2deb

Please sign in to comment.