We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c03611 commit a42beffCopy full SHA for a42beff
project/Dependencies.scala
@@ -12,7 +12,7 @@ import sbt._
12
object Dependencies {
13
14
private object Version {
15
- val DsBackend = "2.5.5"
+ val DsBackend = "2.5.6"
16
}
17
18
val resolvers = Seq(
project/plugins.sbt
@@ -1,3 +1,3 @@
1
resolvers += "HAT Library Artifacts Releases" at "https://s3-eu-west-1.amazonaws.com/library-artifacts-releases.hubofallthings.com"
2
3
-addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.5.7")
+addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.5.12")
0 commit comments