Skip to content

Commit fd1caee

Browse files
Update sbt-doctest to 0.11.0
1 parent 9f97893 commit fd1caee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ val sbtTypelevelVersion = "0.7.4"
22
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
44
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
5-
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0")
5+
addSbtPlugin("io.github.sbt-doctest" % "sbt-doctest" % "0.11.0")
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
77
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
88
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

0 commit comments

Comments
 (0)