We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff3c35 commit b54a33fCopy full SHA for b54a33f
project/plugins.sbt
@@ -4,7 +4,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(
4
"org.scala-lang.modules" %% "scala-java8-compat" % VersionScheme.Always
5
)
6
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
7
-addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
+addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
8
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
9
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
10
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
0 commit comments