We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04639dd commit d05ebc3Copy full SHA for d05ebc3
build.gradle.kts
@@ -4,13 +4,13 @@ plugins {
4
}
5
6
group = "com.darvil"
7
-version = "2.1.0b"
+version = "2.1.0"
8
description = "Text formatting utilities to easily format text on the terminal for Java."
9
10
dependencies {
11
implementation("com.darvil:utils:+")
12
13
- compileOnly("org.jetbrains:annotations:24.1.0")
+ implementation("org.jetbrains:annotations:24.0.0")
14
testImplementation(platform("org.junit:junit-bom:5.9.1"))
15
testImplementation("org.junit.jupiter:junit-jupiter")
16
0 commit comments