Skip to content

Commit

Permalink
Release 0.9.27 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlachkar authored Mar 29, 2021
1 parent 34783a5 commit 42bb77f
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.26"
def scalafixVersion: String = "0.9.27"
val all = List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.10.0.202012080955-r",
"ch.epfl.scala" % "scalafix-interfaces" % scalafixVersion,
Expand Down

0 comments on commit 42bb77f

Please sign in to comment.