Skip to content

Commit

Permalink
Merge pull request #435 from scalacenter/update/sbt-scalafix-0.11.1
Browse files Browse the repository at this point in the history
Update sbt-scalafix, scalafix-core, ... to 0.11.1
  • Loading branch information
adpi2 authored Oct 5, 2023
2 parents c97880e + ed41b4b commit aa30c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ addCommandAlias("compileScalafixOutputinScala3", s"""set `scalafix-output`/scala
def isCI = System.getenv("CI") != null

lazy val V = new {
val scala213 = "2.13.11"
val scala213 = "2.13.12"
val scala213BinaryVersion = "2.13"
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 aa30c1c

Please sign in to comment.