Skip to content

Commit

Permalink
Update djl
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 4, 2021
1 parent 42ad5f8 commit 57f423a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions games-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ dependencies {
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.14'
compile 'com.zaxxer:HikariCP:3.4.5'
compile 'com.github.ben-manes.caffeine:caffeine:2.8.5'
compile group: 'ai.djl', name: 'api', version: '0.3.0'
compile group: 'ai.djl', name: 'model-zoo', version: '0.3.0'
runtime group: 'ai.djl.mxnet', name: 'mxnet-engine', version: '0.3.0'
runtime group: 'ai.djl.mxnet', name: 'mxnet-native-auto', version: '1.6.0'
compile group: 'ai.djl', name: 'api', version: '0.10.0'
compile group: 'ai.djl', name: 'model-zoo', version: '0.10.0'
runtime group: 'ai.djl.mxnet', name: 'mxnet-engine', version: '0.10.0'
runtime group: 'ai.djl.mxnet', name: 'mxnet-native-auto', version: '1.7.0-backport'

testCompile "org.junit.jupiter:junit-jupiter-api:$jupiter_version"
testCompile "org.junit.jupiter:junit-jupiter-params:$jupiter_version"
Expand Down

0 comments on commit 57f423a

Please sign in to comment.