We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bff379 commit f26c976Copy full SHA for f26c976
project/plugins.sbt
@@ -6,7 +6,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(
6
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
7
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
8
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
9
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
10
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
12
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
0 commit comments