Skip to content

Commit

Permalink
Merge pull request #489 from ckipp01/scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg authored Aug 18, 2022
2 parents c7d005d + 689ce0e commit d54ebf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inThisBuild(
scalaVersion := V.scala213,
crossScalaVersions := List(V.scala213),
scalafixDependencies +=
"com.github.liancheng" %% "organize-imports" % "0.5.0",
"com.github.liancheng" %% "organize-imports" % "0.6.0",
scalafixCaching := true,
scalacOptions ++= List("-Wunused:imports"),
semanticdbEnabled := true,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
addSbtPlugin("com.sourcegraph" % "sbt-sourcegraph" % "0.4.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.1")
Expand Down

0 comments on commit d54ebf2

Please sign in to comment.