Skip to content

Commit 6e1f66b

Browse files
Update deps (#63)
* updated dependencies
1 parent 2a79612 commit 6e1f66b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import sbt._
1212
object Dependencies {
1313

1414
object Version {
15-
val DsBackend = "2.4.1"
15+
val DsBackend = "2.5.5"
1616
}
1717

1818
val resolvers = Seq(

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
resolvers += "HAT Library Artifacts Releases" at "https://s3-eu-west-1.amazonaws.com/library-artifacts-releases.hubofallthings.com"
2-
addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.5.0")
2+
addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.5.7")

src/it/scala/org/hatdex/dex/apiV3/DexApplicationsItTest.scala

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ import org.hatdex.dex.apiV2.Errors.DetailsNotFoundException
44
import io.dataswift.models.hat.applications.ApplicationKind
55
import org.scalatest.funsuite.AsyncFunSuite
66
import org.scalatest.matchers.must.Matchers
7-
import org.scalatestplus.scalacheck.ScalaCheckDrivenPropertyChecks
87

98
//Requires a locally running Dex
10-
class DexApplicationsItTest extends AsyncFunSuite with Matchers with ScalaCheckDrivenPropertyChecks {
9+
class DexApplicationsItTest extends AsyncFunSuite with Matchers {
1110

1211
implicit val ec = scala.concurrent.ExecutionContext.global
1312
test("Get All Applications") {

0 commit comments

Comments
 (0)