Skip to content

Commit c05b98f

Browse files
authored
Merge pull request #3454 from scala-steward/update/sbt-doctest-0.11.0
Update sbt-doctest to 0.11.0
2 parents dcc4af2 + 2644538 commit c05b98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
55
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")
6-
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0")
6+
addSbtPlugin("io.github.sbt-doctest" % "sbt-doctest" % "0.11.0")
77
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
88
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
99
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 commit comments

Comments
 (0)