Skip to content

Commit

Permalink
Update silencer-lib, silencer-plugin to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and NeQuissimus committed Apr 22, 2019
1 parent da40d00 commit eb35ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ libraryDependencies ++= Seq(
"org.scalaz" %% "scalaz-core" % "7.2.27",
"org.scalaz" %% "scalaz-zio" % "0.6.3",
"org.slf4j" % "slf4j-api" % "1.7.26",
compilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.3.1"),
"com.github.ghik" %% "silencer-lib" % "1.3.1" % Provided
compilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.3.2"),
"com.github.ghik" %% "silencer-lib" % "1.3.2" % Provided
)

testFrameworks += new TestFramework("utest.runner.Framework")
Expand Down

0 comments on commit eb35ce9

Please sign in to comment.