Skip to content

Commit

Permalink
chore(deps): compileOnly org.jetbrains:annotations:24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Mar 20, 2024
1 parent a8f8a29 commit 2498691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ java {
dependencies {
implementation(kotlin("stdlib"))
testImplementation(kotlin("test"))
compileOnly(libs.jetbrains.annotations)
compileOnly(libs.slf4j.api)
compileOnly(libs.checker.qual)
testImplementation(libs.slf4j.api)
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ slf4j-api = "org.slf4j:slf4j-api:2.0.7"
logback-classic = "ch.qos.logback:logback-classic:1.4.7"
slf4j-jdk14 = "org.slf4j:slf4j-jdk14:2.0.7"
checker-qual = "org.checkerframework:checker-qual:3.37.0"
jetbrains-annotations = "org.jetbrains:annotations:24.1.0"

0 comments on commit 2498691

Please sign in to comment.