Updated propertyloader module path info

master
Robinson 2023-02-03 01:56:35 +01:00
parent 7019af3a5d
commit e29f98acd2
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ tasks.jar.get().apply {
dependencies {
api("com.dorkbox:Updates:1.1")
api("com.dorkbox:PropertyLoader:1.1")
api("com.dorkbox:PropertyLoader:1.2")
}
publishToSonatype {

View File

@ -2,7 +2,7 @@ module dorkbox.swingActiveRender {
exports dorkbox.swingActiveRender;
requires transitive dorkbox.updates;
requires transitive com.dorkbox.propertyLoader;
requires transitive dorkbox.propertyLoader;
requires transitive kotlin.stdlib;
}