Skip to content

Commit

Permalink
Bump sbt-scalafix in clue plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jul 3, 2023
1 parent 8a6bf14 commit 48ec552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ lazy val sbtPlugin = project
moduleName := "sbt-clue",
crossScalaVersions := List("2.12.17"),
scalacOptions := Nil,
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4"),
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0"),
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.2"),
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.1"),
buildInfoPackage := "clue.sbt",
Expand Down

0 comments on commit 48ec552

Please sign in to comment.