Skip to content

Commit

Permalink
add bloop plugin and remove some transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi77Qi committed Oct 2, 2018
1 parent c30d1b1 commit ec145d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
configure.rb
/config/

# sbt specific
# build specific
.sbtopts
.cache/
.history/
.lib/
.bloop/
dist/*
target/
lib_managed/
Expand Down
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ scalacOptions in Test -= "-Ywarn-dead-code" // due to https://github.com/mockito

addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.2.4")
addCompilerPlugin("org.scalamacros" %% "paradise" % "2.1.0" cross CrossVersion.full)

bloopAggregateSourceDependencies in Global := true
5 changes: 0 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ object Dependencies {
val rootDependencies = Seq(
// proactively pull in latest versions of Jackson libs, instead of relying on the versions
// specified as transitive dependencies, due to OWASP DependencyCheck warnings for earlier versions.

jacksonAnnotations,
jacksonDatabind,
jacksonCore,

logbackClassic,
ravenLogback,
scalaLogging,
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")

addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.0.0")

0 comments on commit ec145d4

Please sign in to comment.