Skip to content

Commit 66a017c

Browse files
authored
DAS-643 fix dex-play transitive dependencies (#47)
1 parent 1e1dd16 commit 66a017c

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Dependencies {
1414
object Version {
1515
val TestCommon = "0.2.3"
1616
val PlayJson = "2.9.1"
17-
val DsBackend = "2.2.1"
17+
val DsBackend = "2.3.0"
1818
}
1919

2020
val resolvers = Seq(

project/build.properties

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66
# Written by Andrius Aucinas <andrius.aucinas@hatdex.org>, 2 / 2017
77
#
88
#
9-
10-
11-
sbt.version=1.3.8
9+
sbt.version=1.5.2

project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resolvers += "HAT Library Artifacts Releases" at "https://s3-eu-west-1.amazonaws.com/library-artifacts-releases.hubofallthings.com"
2-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.7")
2+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.8")
33
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.19.0")
44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
5-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.26")
5+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
66
addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.2.3")
77
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

0 commit comments

Comments
 (0)