Skip to content

Commit

Permalink
Update sbt-scalafix to 0.9.34
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 10, 2022
1 parent eb100ec commit 11d51ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.6.3")
addSbtPlugin(("ch.epfl.scala" % "sbt-scalafix" % "0.9.33").cross(CrossVersion.for3Use2_13))
addSbtPlugin(("ch.epfl.scala" % "sbt-scalafix" % "0.9.34").cross(CrossVersion.for3Use2_13))
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")

0 comments on commit 11d51ea

Please sign in to comment.