Skip to content

Commit

Permalink
Updated fastutil
Browse files Browse the repository at this point in the history
  • Loading branch information
EverNife authored Sep 11, 2024
1 parent 0c25d25 commit eccfcc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
libraries "javax.servlet:javax.servlet-api:4.0.1"
libraries 'com.sun.xml.bind:jaxb-impl:3.0.2'
libraries 'org.openjdk.nashorn:nashorn-core:15.4'
libraries 'it.unimi.dsi:fastutil:8.5.4'
libraries 'it.unimi.dsi:fastutil:8.5.12'

// Other libs
libraries 'pw.prok:Damask:0.1.2@jar'
Expand Down Expand Up @@ -279,4 +279,4 @@ def generateMavenLibs() {
libs += " ${it.group}:${it.name}:${it.version}"
}
return libs.trim()
}
}

0 comments on commit eccfcc8

Please sign in to comment.