Skip to content

Commit

Permalink
Removing neme plugin as it breaks under newer sbts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Nov 19, 2020
1 parent a3cf956 commit bd22fc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ scalaVersion := scala2_12
val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
organization := "com.softwaremill.sttp.tapir",
libraryDependencies ++= Seq(
compilerPlugin("com.softwaremill.neme" %% "neme-plugin" % "0.0.5"),
compilerPlugin("com.github.ghik" % "silencer-plugin" % Versions.silencer cross CrossVersion.full),
"com.github.ghik" % "silencer-lib" % Versions.silencer % Provided cross CrossVersion.full
),
Expand Down

0 comments on commit bd22fc4

Please sign in to comment.