Skip to content

Commit

Permalink
Merge pull request #124 from bjaglin/scalafix-0.9.17
Browse files Browse the repository at this point in the history
bump scalafix-interfaces
  • Loading branch information
github-brice-jaglin authored Jun 8, 2020
2 parents 9d7d177 + eca0ac1 commit 2928102
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.16"
def scalafixVersion: String = "0.9.17"
val all = List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.5.1.201910021850-r",
"ch.epfl.scala" % "scalafix-interfaces" % scalafixVersion,
Expand Down

0 comments on commit 2928102

Please sign in to comment.