Skip to content

Commit

Permalink
Revert "Hide simulacrum dependency from the .pom"
Browse files Browse the repository at this point in the history
This reverts commit 95f0897.
  • Loading branch information
rklaehn committed Jan 15, 2016
1 parent 986007d commit 85a0f41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ lazy val commonSettings = Seq(
Resolver.sonatypeRepo("releases"),
Resolver.sonatypeRepo("snapshots")
),
ivyConfigurations += config("compileonly").hide,
unmanagedClasspath in Compile ++= update.value.select(configurationFilter("compileonly")),
libraryDependencies ++= Seq(
"com.github.mpilquist" %%% "simulacrum" % "0.5.0" % "compileonly",
"com.github.mpilquist" %%% "simulacrum" % "0.5.0",
"org.typelevel" %%% "machinist" % "0.4.1",
compilerPlugin("org.scalamacros" %% "paradise" % "2.1.0-M5" cross CrossVersion.full),
compilerPlugin("org.spire-math" %% "kind-projector" % "0.6.3")
Expand Down

0 comments on commit 85a0f41

Please sign in to comment.