We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5770a65 commit dd9c559Copy full SHA for dd9c559
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.9.2")
+addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
8
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
9
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
10
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
0 commit comments