Skip to content

Commit

Permalink
Allow generating the docs after an OpenRewrite patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 12, 2024
1 parent f750e4a commit 3d8c0e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ val diffFileName = "desjardins"

dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation(platform("org.openrewrite.recipe:rewrite-recipe-bom:$rewriteVersion"))
implementation("info.picocli:picocli:latest.release")
implementation("org.openrewrite:rewrite-core:$rewriteVersion")
implementation("org.openrewrite:rewrite-core")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2")
implementation("io.github.java-diff-utils:java-diff-utils:4.11")
Expand Down

0 comments on commit 3d8c0e0

Please sign in to comment.