Skip to content

Commit

Permalink
Fix compilation issue: update Laika imports
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Oct 18, 2023
1 parent e5a5f90 commit 55c6ce0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 55c6ce0

Please sign in to comment.