Skip to content

Commit

Permalink
Follow example precisely.
Browse files Browse the repository at this point in the history
  • Loading branch information
markslater committed Feb 26, 2024
1 parent ea4b6e9 commit 5cbe527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ repositories {
}

dependencies {
asciidoctorGems(group = "rubygems", name="asciidoctor-tabs", version="1.0.0.beta.6")
asciidoctorGems("rubygems:asciidoctor-revealjs:1.1.3")
}

asciidoctorj {
requires("asciidoctor-tabs")
requires("asciidoctor-revealjs")
}

tasks {
Expand Down

0 comments on commit 5cbe527

Please sign in to comment.