Skip to content

Commit ce52c56

Browse files
Changed jStyleParser to be imported from Jitpack
1 parent 21e79ba commit ce52c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818

1919
dependencies {
20-
implementation(libs.net.sf.cssbox.jstyleparser) // Replace with jitpack
20+
implementation("com.github.stormcloakgames:jStyleParser:1.0.0")
2121
implementation(libs.org.htmlunit.neko.htmlunit)
2222
implementation(libs.org.slf4j.slf4j.api)
2323
testImplementation(libs.junit.junit)

0 commit comments

Comments
 (0)