Skip to content

Commit

Permalink
JSpecify should be an API dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Aug 14, 2024
1 parent be346a0 commit eb9130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rewrite-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
implementation("net.java.dev.jna:jna-platform:latest.release")

implementation("org.jspecify:jspecify:latest.release")
api("org.jspecify:jspecify:latest.release")

// Pinning okhttp while waiting on 5.0.0
// https://github.com/openrewrite/rewrite/issues/1479
Expand Down

0 comments on commit eb9130d

Please sign in to comment.