Skip to content

Commit

Permalink
Disable doctest, update sbt-circe-org
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Dec 26, 2024
1 parent 0a4bb80 commit f22be5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ lazy val config = project
"org.typelevel" %% "discipline-munit" % Versions.disciplineMunit % Test,
"org.typelevel" %% "munit-cats-effect-3" % Versions.munitCatsEffect % Test
),
doctestTestFramework := DoctestTestFramework.Munit,
doctestMarkdownEnabled := true,
tlVersionIntroduced := Map(
"2.12" -> "0.3.0",
"2.13" -> "0.7.0",
Expand Down
3 changes: 1 addition & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0")
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.3.1")
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.5")

0 comments on commit f22be5f

Please sign in to comment.