Skip to content

Commit

Permalink
Merge pull request #318 from scalacenter/scalafix0104
Browse files Browse the repository at this point in the history
scalafix 0.10.4
  • Loading branch information
bjaglin committed Oct 10, 2022
2 parents 7c2b612 + 9e29950 commit 6604585
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.10.3"
def scalafixVersion: String = "0.10.4"

val all = List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r",
Expand Down

0 comments on commit 6604585

Please sign in to comment.