Skip to content

Commit 977e6da

Browse files
authored
Patch updates
1 parent 172082f commit 977e6da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ ThisBuild / libraryDependencySchemes ++= Seq(
22
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
33
)
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
5-
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.3")
5+
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
66
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
8-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.0")
8+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1010
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1111
addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1")

0 commit comments

Comments
 (0)