Skip to content

Commit a42beff

Browse files
update dependencies (#83)
* update dependencies * update deps * update deps
1 parent 8c03611 commit a42beff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import sbt._
1212
object Dependencies {
1313

1414
private object Version {
15-
val DsBackend = "2.5.5"
15+
val DsBackend = "2.5.6"
1616
}
1717

1818
val resolvers = Seq(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
resolvers += "HAT Library Artifacts Releases" at "https://s3-eu-west-1.amazonaws.com/library-artifacts-releases.hubofallthings.com"
22

3-
addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.5.7")
3+
addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.5.12")

0 commit comments

Comments
 (0)