Skip to content

Commit

Permalink
Update sbt-projectmatrix to 0.10.1 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 27, 2024
1 parent f96683b commit ba867e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")

sys.props.get("plugin.version") match {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.2-12-17ac9
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.7.2-12-17ac909-SNAPSHOT")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.2-12-17ac909-SNAPSHOT")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

0 comments on commit ba867e9

Please sign in to comment.