Skip to content

Commit 2fc7372

Browse files
authored
Merge pull request #373 from softwaremill/update/sbt-projectmatrix-0.10.0
Update sbt-projectmatrix to 0.10.0
2 parents 9c39451 + 704c0ce commit 2fc7372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
4-
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2")
4+
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
55

66
val sbtSoftwareMillVersion = "2.0.20"
77
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)

0 commit comments

Comments
 (0)