Skip to content

Commit

Permalink
upbump scalafix to 0.9.20 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlachkar authored Sep 2, 2020
1 parent 90119af commit bca2f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
val x = List(1) // scalafix:ok
def scalafixVersion: String = "0.9.19"
def scalafixVersion: String = "0.9.20"
val all = List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.8.1.202007141445-r",
"ch.epfl.scala" % "scalafix-interfaces" % scalafixVersion,
Expand Down

0 comments on commit bca2f81

Please sign in to comment.