Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets authored Jan 10, 2022
1 parent 11becbb commit 90126f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}
dependencies {
api("org.radarbase:radar-jersey:0.8.0.1")
api("org.radarbase:radar-jersey:0.8.1")
}
```

Expand Down Expand Up @@ -144,7 +144,7 @@ If Logback is used instead, import the following dependencies to gradle:
```kotlin
dependencies {
runtimeOnly("ch.qos.logback:logback-classic:1.2.3")
implementation("org.slf4j:jul-to-slf4j:1.7.30")
implementation("org.slf4j:jul-to-slf4j:1.7.32")
}
```

Expand Down

0 comments on commit 90126f8

Please sign in to comment.