Skip to content

Commit

Permalink
update dependencies (#83)
Browse files Browse the repository at this point in the history
* update dependencies

* update deps

* update deps
  • Loading branch information
whiteshadow-gr committed Oct 22, 2021
1 parent 8c03611 commit a42beff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import sbt._
object Dependencies {

private object Version {
val DsBackend = "2.5.5"
val DsBackend = "2.5.6"
}

val resolvers = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolvers += "HAT Library Artifacts Releases" at "https://s3-eu-west-1.amazonaws.com/library-artifacts-releases.hubofallthings.com"

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

0 comments on commit a42beff

Please sign in to comment.