Skip to content

Commit

Permalink
Update sbt-typelevel, ... to 0.6.1 (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: etspaceman-scala-steward-app[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
Co-authored-by: Eric Meisel <[email protected]>
  • Loading branch information
3 people authored Nov 2, 2023
1 parent 466f085 commit bcfca1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import LibraryDependencies.{Smithy4s => S4S, _}
import laika.helium.Helium
import laika.helium.config.TextLink
import laika.helium.config.ThemeNavigationSection
import laika.rewrite.link._
import laika.config._
import sbt.Package.FixedTimestamp
import sbt.Package.JarManifest
import sbt.Package.MainClass
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")
Expand Down

0 comments on commit bcfca1f

Please sign in to comment.