Skip to content

Commit

Permalink
Merge pull request #341 from typelevel/update/sbt-typelevel-0.6.0
Browse files Browse the repository at this point in the history
Update sbt-typelevel, ... to 0.6.0
  • Loading branch information
iRevive authored Oct 18, 2023
2 parents c907956 + 55c6ce0 commit 81d0764
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 @@ -354,7 +354,7 @@ lazy val docs = project
"OPEN_TELEMETRY_VERSION" -> OpenTelemetryVersion
),
laikaConfig := {
import laika.rewrite.nav.{ChoiceConfig, Selections, SelectionConfig}
import laika.config.{ChoiceConfig, Selections, SelectionConfig}

laikaConfig.value.withConfigValue(
Selections(
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-scalafix" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
Expand Down

0 comments on commit 81d0764

Please sign in to comment.