Skip to content

Commit

Permalink
downgrade projectmatrix to workaround sbt/sbt-projectmatrix#25
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegYch committed Apr 28, 2020
1 parent bc9124b commit fbbedbe
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
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.21")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.0")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.5.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.5.1")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.5.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.32")

// addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.0-RC2")
Expand Down

0 comments on commit fbbedbe

Please sign in to comment.