Skip to content

Commit

Permalink
scalafix 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin authored Sep 27, 2024
1 parent 112e9a5 commit 1c6740d
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.12.1+81-c6766833-SNAPSHOT"
def scalafixVersion: String = "0.13.0"

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

0 comments on commit 1c6740d

Please sign in to comment.