updated deps

This commit is contained in:
Robinson 2023-08-09 22:35:41 -06:00
parent 91aed612cc
commit a36947af5b
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
// https://github.com/dorkbox
api("com.dorkbox:ByteUtilities:1.13")
api("com.dorkbox:ByteUtilities:1.14")
api("com.dorkbox:ClassUtils:1.2")
api("com.dorkbox:Collections:2.3")
api("com.dorkbox:JNA:1.0")
@ -175,7 +175,7 @@ dependencies {
api("com.dorkbox:NetworkUtils:2.22")
api("com.dorkbox:OS:1.6")
api("com.dorkbox:Serializers:2.9")
api("com.dorkbox:Storage:1.6")
api("com.dorkbox:Storage:1.7")
api("com.dorkbox:Updates:1.1")
api("com.dorkbox:Utilities:1.44")