forked from fd4s/fs2-kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugin dependencies under
sbt-typelevel
umbrella (fd4s#1297)
* Plugins under sbt-typelevel umbrella * Bump to latest JDK and alter order to fix mdoc compilation * Fix `docs/run` execution condition in CI * Restrict `docs/run` execution in CI to JDK LTS
- Loading branch information
Showing
3 changed files
with
48 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") | ||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") | ||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") | ||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") | ||
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5") | ||
val sbtTypelevelVersion = "0.6.5" | ||
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) | ||
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) | ||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") |