Skip to content

Commit

Permalink
DAS-356 use latest common plugin + backend libs (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavji authored Jun 1, 2021
1 parent 0b938b9 commit 7570825
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ inThisBuild(
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
scalafixScalaBinaryVersion := "2.13",
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0",
scalacOptions += "-Ywarn-unused"
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0"
)
)

scalaVersion := "2.13.5"

configs(IntegrationTest)

Defaults.itSettings
Expand Down
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 {

object Version {
val DsBackend = "2.4.0"
val DsBackend = "2.4.1"
}

val resolvers = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Written by Andrius Aucinas <[email protected]>, 2 / 2017
#
#
sbt.version=1.5.2
sbt.version=1.5.3
7 changes: 1 addition & 6 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
resolvers += "HAT Library Artifacts Releases" at "https://s3-eu-west-1.amazonaws.com/library-artifacts-releases.hubofallthings.com"
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.19.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.8")
addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.4.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("io.dataswift" % "sbt-scalatools-common" % "0.5.0")

0 comments on commit 7570825

Please sign in to comment.