mirror of https://github.com/sbt/sbt.git
commit
623e133551
|
|
@ -1,4 +1,4 @@
|
|||
version = 2.0.0-RC5
|
||||
version = 2.0.1
|
||||
maxColumn = 100
|
||||
project.git = true
|
||||
project.excludeFilters = [ "\\Wsbt-test\\W", "\\Winput_sources\\W", "\\Wcontraband-scala\\W" ]
|
||||
|
|
|
|||
|
|
@ -58,6 +58,6 @@ object Dependencies {
|
|||
val log4jApi = "org.apache.logging.log4j" % "log4j-api" % log4jVersion
|
||||
val log4jCore = "org.apache.logging.log4j" % "log4j-core" % log4jVersion
|
||||
val disruptor = "com.lmax" % "disruptor" % "3.4.2"
|
||||
val silencerPlugin = "com.github.ghik" %% "silencer-plugin" % "1.4.1"
|
||||
val silencerLib = "com.github.ghik" %% "silencer-lib" % "1.4.1" % Provided
|
||||
val silencerPlugin = "com.github.ghik" %% "silencer-plugin" % "1.4.2"
|
||||
val silencerLib = "com.github.ghik" %% "silencer-lib" % "1.4.2" % Provided
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.9")
|
||||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0")
|
||||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.3")
|
||||
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.4")
|
||||
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.16")
|
||||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.1")
|
||||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.2")
|
||||
|
|
|
|||
Loading…
Reference in New Issue