Skip to content

Commit b54a33f

Browse files
authored
Update sbt-projectmatrix to 0.11.0
1 parent 4ff3c35 commit b54a33f

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
@@ -4,7 +4,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(
44
"org.scala-lang.modules" %% "scala-java8-compat" % VersionScheme.Always
55
)
66
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
7-
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
7+
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
88
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
99
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
1010
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")

0 commit comments

Comments
 (0)