Skip to content

Commit

Permalink
build(deps): Update sbt-scalafix, scalafix-interfaces from 0.11.0 to …
Browse files Browse the repository at this point in the history
…0.11.1
  • Loading branch information
scalameta-bot authored and tgodzik committed Sep 17, 2023
1 parent 8d80aac commit b619dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object V {
val sbtBloop = bloop
val sbtJdiTools = "1.1.1"
val scalaCli = "1.0.4"
val scalafix = "0.11.0"
val scalafix = "0.11.1"
val scalafmt = "3.7.14"
val scalameta = "4.8.3"
val scribe = "3.12.2"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
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")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
Expand Down

0 comments on commit b619dde

Please sign in to comment.