We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85eb7e commit c160923Copy full SHA for c160923
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
val x = List(1) // scalafix:ok
5
- def scalafixVersion: String = "0.9.17"
+ def scalafixVersion: String = "0.9.18"
6
val all = List(
7
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.8.0.202006091008-r",
8
"ch.epfl.scala" % "scalafix-interfaces" % scalafixVersion,
0 commit comments