updated deps

master
Robinson 2023-11-20 21:04:49 +01:00
parent 6e1aaf6b85
commit 03768ec1aa
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ tasks.jar.get().apply {
// NOTE: compileOnly is used because there are some classes/dependencies that ARE NOT necessary to be included, UNLESS the user
// is actually using that part of the library. If this happens, they will (or should) already be using the dependency)
dependencies {
api("com.dorkbox:OS:1.8")
api("com.dorkbox:OS:1.11")
api("com.dorkbox:Updates:1.1")
implementation("org.slf4j:slf4j-api:2.0.7")