Skip to content

Commit

Permalink
removing unused resolver (#2821)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang authored Apr 29, 2019
1 parent d3b6b32 commit 1901bd4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ def macroDependencies(scalaVersion: String) =

lazy val catsSettings = Seq(
incOptions := incOptions.value.withLogRecompileOnMacro(false),
resolvers ++= Seq(
"bintray/non".at("http://dl.bintray.com/non/maven")
),
libraryDependencies ++= Seq(
"org.typelevel" %%% "machinist" % "0.6.7",
compilerPlugin("org.typelevel" %% "kind-projector" % "0.10.0")
Expand Down

0 comments on commit 1901bd4

Please sign in to comment.