Skip to content

Commit c160923

Browse files
authored
Release 0.9.18 (#137)
1 parent c85eb7e commit c160923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44
val x = List(1) // scalafix:ok
5-
def scalafixVersion: String = "0.9.17"
5+
def scalafixVersion: String = "0.9.18"
66
val all = List(
77
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.8.0.202006091008-r",
88
"ch.epfl.scala" % "scalafix-interfaces" % scalafixVersion,

0 commit comments

Comments
 (0)