Skip to content

Commit

Permalink
Update simulacrum to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 19, 2019
1 parent eedb47c commit 953c55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lazy val catsSettings = Seq(
) ++ commonSettings ++ publishSettings ++ scoverageSettings ++ simulacrumSettings

lazy val simulacrumSettings = Seq(
libraryDependencies += "com.github.mpilquist" %%% "simulacrum" % "0.14.0" % Provided,
libraryDependencies += "com.github.mpilquist" %%% "simulacrum" % "0.15.0" % Provided,
pomPostProcess := { (node: xml.Node) =>
new RuleTransformer(new RewriteRule {
override def transform(node: xml.Node): Seq[xml.Node] = node match {
Expand Down

0 comments on commit 953c55f

Please sign in to comment.