Skip to content

Commit

Permalink
Bump plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturGajowy committed Apr 16, 2019
1 parent 6d288b5 commit 33060bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lazy val projectSettings = Seq(
Wart.AnyVal
),
scalafmtOnCompile := sys.env.get("CI").isEmpty, // disable in CI environments
scapegoatVersion in ThisBuild := "1.3.4",
scapegoatVersion in ThisBuild := "1.3.8",
testOptions in Test += Tests.Argument("-oD"), //output test durations
dependencyOverrides ++= Seq(
"io.kamon" %% "kamon-core" % kamonVersion
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ object Dependencies {
"com.github.jnr" % "jnr-ffi" % "2.1.7"
)

private val kindProjector = compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.8")
private val kindProjector = compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.9")

private val testing = Seq(scalactic, scalatest, scalacheck)

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.19")
// Yes it's weird to do the following, but it's what is mandated by the scalapb documentation
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.7.4"
addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.3.7")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0-RC5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
Expand Down

0 comments on commit 33060bf

Please sign in to comment.