Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-cherednik committed Feb 24, 2024
1 parent ca90675 commit ff7ff8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}

group 'ru.oleg-cherednik.json'
version '3.0.0'
version '3.0'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -91,7 +91,7 @@ pmdTest {
dependencies {
annotationProcessor "org.projectlombok:lombok:${property('lombok.version')}"

api 'ru.oleg-cherednik.json:json-api:3.0.0'
api 'ru.oleg-cherednik.json:json-api:3.0'

compileOnly "com.fasterxml.jackson.core:jackson-databind:${property('jackson.version')}"
compileOnly "com.fasterxml.jackson.module:jackson-module-afterburner:${property('jackson.version')}"
Expand Down

0 comments on commit ff7ff8b

Please sign in to comment.