Skip to content

Commit

Permalink
Pin versions ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jan 9, 2025
1 parent 7831047 commit de727e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
group = "org.openrewrite.recipe"
description = "OkHttp Migration"

val rewriteVersion = rewriteRecipe.rewriteVersion.get()
val rewriteVersion = "latest.release"
dependencies {
implementation(platform("org.openrewrite:rewrite-bom:$rewriteVersion"))
implementation(platform("org.openrewrite:rewrite-bom:8.41.1"))
implementation("org.openrewrite:rewrite-java")
implementation("org.openrewrite.recipe:rewrite-java-dependencies:$rewriteVersion")
implementation("org.openrewrite.recipe:rewrite-java-dependencies:1.24.1")

testImplementation("org.openrewrite:rewrite-java-17")
testImplementation("org.openrewrite:rewrite-test")
Expand Down

0 comments on commit de727e4

Please sign in to comment.