Skip to content

Commit

Permalink
Update deps (#63)
Browse files Browse the repository at this point in the history
* updated dependencies
  • Loading branch information
whiteshadow-gr authored Oct 15, 2021
1 parent 2a79612 commit 6e1f66b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import sbt._
object Dependencies {

object Version {
val DsBackend = "2.4.1"
val DsBackend = "2.5.5"
}

val resolvers = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += "HAT Library Artifacts Releases" at "https://s3-eu-west-1.amazonaws.com/library-artifacts-releases.hubofallthings.com"
addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.5.0")
addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.5.7")
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import org.hatdex.dex.apiV2.Errors.DetailsNotFoundException
import io.dataswift.models.hat.applications.ApplicationKind
import org.scalatest.funsuite.AsyncFunSuite
import org.scalatest.matchers.must.Matchers
import org.scalatestplus.scalacheck.ScalaCheckDrivenPropertyChecks

//Requires a locally running Dex
class DexApplicationsItTest extends AsyncFunSuite with Matchers with ScalaCheckDrivenPropertyChecks {
class DexApplicationsItTest extends AsyncFunSuite with Matchers {

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

0 comments on commit 6e1f66b

Please sign in to comment.