Skip to content

Commit

Permalink
DAS-643 fix dex-play transitive dependencies (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavji authored May 11, 2021
1 parent 1e1dd16 commit 66a017c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
object Version {
val TestCommon = "0.2.3"
val PlayJson = "2.9.1"
val DsBackend = "2.2.1"
val DsBackend = "2.3.0"
}

val resolvers = Seq(
Expand Down
4 changes: 1 addition & 3 deletions project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
# Written by Andrius Aucinas <andrius.aucinas@hatdex.org>, 2 / 2017
#
#


sbt.version=1.3.8
sbt.version=1.5.2
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolvers += "HAT Library Artifacts Releases" at "https://s3-eu-west-1.amazonaws.com/library-artifacts-releases.hubofallthings.com"
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.7")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.8")
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.19.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.26")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.2.3")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

0 comments on commit 66a017c

Please sign in to comment.