Skip to content

Commit

Permalink
Update sbt-scalafix to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Mar 3, 2024
1 parent 2b3e7cd commit 170ace8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/.scalafix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ OrganizeImports {
]
expandRelative = true
importsOrder = SymbolsFirst
targetDialect = Auto
}
2 changes: 1 addition & 1 deletion backend/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addDependencyTreePlugin
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.6")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
Expand Down

0 comments on commit 170ace8

Please sign in to comment.