Add one-off dependencies to version catalog (#245)
This commit is contained in:
6
orx-jvm/orx-osc/build.gradle.kts
Normal file
6
orx-jvm/orx-osc/build.gradle.kts
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies {
|
||||
implementation(libs.javaosc.core) {
|
||||
exclude(group = "org.slf4j")
|
||||
exclude(group = "log4j")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user