Skip to content

Commit

Permalink
Add kind-projector
Browse files Browse the repository at this point in the history
Remove paradise
  • Loading branch information
d10xa committed Feb 4, 2020
1 parent efbf855 commit 75bed2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ lazy val root = project
)

enablePlugins(JavaAppPackaging)

addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.11.0" cross CrossVersion.full)

//wartremoverErrors ++= Warts.unsafe
wartremoverErrors in (Compile, compile) ++= Seq(
// Wart.Any,
Expand Down
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.3")
addCompilerPlugin(
("org.scalamacros" % "paradise" % "2.1.1").cross(CrossVersion.full))

///https://dl.bintray.com/sbt/sbt-plugin-releases/com.typesafe.sbt/sbt-native-packager/scala_2.12/sbt_1.0/

0 comments on commit 75bed2c

Please sign in to comment.