We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172082f commit 977e6daCopy full SHA for 977e6da
1 file changed
project/plugins.sbt
@@ -2,10 +2,10 @@ ThisBuild / libraryDependencySchemes ++= Seq(
2
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
3
)
4
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
5
-addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.3")
+addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
6
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
7
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
8
-addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.0")
+addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
9
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
10
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
11
addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1")
0 commit comments