Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 623e133

Browse files
authored
Merge pull request #214 from xuwei-k/update
Update dependencies
2 parents a0bb867 + 9611f73 commit 623e133

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 2.0.0-RC5
1+
version = 2.0.1
22
maxColumn = 100
33
project.git = true
44
project.excludeFilters = [ "\\Wsbt-test\\W", "\\Winput_sources\\W", "\\Wcontraband-scala\\W" ]

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ object Dependencies {
5858
val log4jApi = "org.apache.logging.log4j" % "log4j-api" % log4jVersion
5959
val log4jCore = "org.apache.logging.log4j" % "log4j-core" % log4jVersion
6060
val disruptor = "com.lmax" % "disruptor" % "3.4.2"
61-
val silencerPlugin = "com.github.ghik" %% "silencer-plugin" % "1.4.1"
62-
val silencerLib = "com.github.ghik" %% "silencer-lib" % "1.4.1" % Provided
61+
val silencerPlugin = "com.github.ghik" %% "silencer-plugin" % "1.4.2"
62+
val silencerLib = "com.github.ghik" %% "silencer-lib" % "1.4.2" % Provided
6363
}

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.9")
2-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0")
2+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.3")
33
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.4")
44
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.16")
5-
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.1")
5+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.2")

0 commit comments

Comments
 (0)