Skip to content

Commit

Permalink
Merge pull request #95 from unbroken-dome/fix/asciidoctor-tabbed-code
Browse files Browse the repository at this point in the history
Upgrade Asciidoctor tabbed code extension to 0.3
  • Loading branch information
tkrullmann authored Oct 6, 2020
2 parents 594e1a5 + f051019 commit 75e9982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ tasks.named("dokka", DokkaTask::class) {
val asciidoctorExt: Configuration by configurations.creating

dependencies {
asciidoctorExt("com.bmuschko:asciidoctorj-tabbed-code-extension:0.2")
asciidoctorExt("com.bmuschko:asciidoctorj-tabbed-code-extension:0.3")
}


Expand Down

0 comments on commit 75e9982

Please sign in to comment.