Commit 66a017c 1 parent 1e1dd16 commit 66a017c Copy full SHA for 66a017c
File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ object Dependencies {
14
14
object Version {
15
15
val TestCommon = " 0.2.3"
16
16
val PlayJson = " 2.9.1"
17
- val DsBackend = " 2.2.1 "
17
+ val DsBackend = " 2.3.0 "
18
18
}
19
19
20
20
val resolvers = Seq (
Original file line number Diff line number Diff line change 6
6
# Written by Andrius Aucinas <andrius.aucinas@hatdex.org>, 2 / 2017
7
7
#
8
8
#
9
-
10
-
11
- sbt.version =1.3.8
9
+ sbt.version =1.5.2
Original file line number Diff line number Diff line change 1
1
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 " )
3
3
addSbtPlugin(" com.frugalmechanic" % " fm-sbt-s3-resolver" % " 0.19.0" )
4
4
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 " )
6
6
addSbtPlugin(" io.dataswift" % " sbt-scalatools-common" % " 0.2.3" )
7
7
addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
You can’t perform that action at this time.
0 commit comments