Skip to content

Commit

Permalink
Merge pull request #3510 from typelevel/update/sbt-doctest-0.11.1
Browse files Browse the repository at this point in the history
Update sbt-doctest to 0.11.1
  • Loading branch information
armanbilge authored Dec 27, 2024
2 parents dfc23d3 + 48a81e8 commit 058540c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("com.armanbilge" % "sbt-scala-native-config-brew-github-actions" % "0.3.0")
addSbtPlugin("io.github.sbt-doctest" % "sbt-doctest" % "0.11.0")
addSbtPlugin("io.github.sbt-doctest" % "sbt-doctest" % "0.11.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

libraryDependencySchemes += "com.lihaoyi" %% "geny" % VersionScheme.Always

0 comments on commit 058540c

Please sign in to comment.