Skip to content

Commit d05ebc3

Browse files
committed
Revert "fix jetbrains annotation not being compileOnly dependencies"
This reverts commit 04639dd.
1 parent 04639dd commit d05ebc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ plugins {
44
}
55

66
group = "com.darvil"
7-
version = "2.1.0b"
7+
version = "2.1.0"
88
description = "Text formatting utilities to easily format text on the terminal for Java."
99

1010
dependencies {
1111
implementation("com.darvil:utils:+")
1212

13-
compileOnly("org.jetbrains:annotations:24.1.0")
13+
implementation("org.jetbrains:annotations:24.0.0")
1414
testImplementation(platform("org.junit:junit-bom:5.9.1"))
1515
testImplementation("org.junit.jupiter:junit-jupiter")
1616
}

0 commit comments

Comments
 (0)