Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng Cheng committed Jun 2, 2022
1 parent 47ffec6 commit 5af1864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
// val vs = versions()

dependencies {
classpath("ch.epfl.scala:gradle-bloop_2.12:1.4.13") // suffix is always 2.12, weird
classpath("ch.epfl.scala:gradle-bloop_2.12:1.5.0") // suffix is always 2.12, weird
}
}

Expand Down Expand Up @@ -233,7 +233,7 @@ subprojects {
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")

// TODO: alpha project, switch to mature solution once https://github.com/scalatest/scalatest/issues/1454 is solved
testRuntimeOnly("co.helmethair:scalatest-junit-runner:0.1.10")
testRuntimeOnly("co.helmethair:scalatest-junit-runner:0.1.11")

// testRuntimeOnly("com.vladsch.flexmark:flexmark-all:0.35.10")
//https://github.com/tek/splain
Expand Down
2 changes: 1 addition & 1 deletion verify/djl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies {
testImplementation(testFixtures(project(":verify")))

// TODO: the following are too specialised and should only be used in testing
api("ai.djl.pytorch:pytorch-engine:0.16.0")
api("ai.djl.pytorch:pytorch-engine:0.17.0")
api("ai.djl.pytorch:pytorch-native-auto:1.9.1")
}

0 comments on commit 5af1864

Please sign in to comment.