updated OS dep to fix issue with regex split

master
Robinson 2023-01-03 22:35:39 +01:00
parent 8a1a5e1950
commit 7adb587184
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ dependencies {
api("com.dorkbox:Executor:3.11")
api("com.dorkbox:Utilities:1.34")
api("com.dorkbox:Updates:1.1")
api("com.dorkbox:OS:1.3")
api("com.dorkbox:OS:1.4")
api("org.javassist:javassist:3.29.2-GA")