Skip to content

Commit

Permalink
Merge pull request #122 from xuwei-k/patch-2
Browse files Browse the repository at this point in the history
update sbt-projectmatrix to 0.9.1
  • Loading branch information
bjaglin authored Oct 25, 2023
2 parents 25f9208 + 101477d commit 30ca472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolvers += Resolver.sonatypeRepo("releases")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "$scalafix_version$")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")

0 comments on commit 30ca472

Please sign in to comment.