Skip to content

Commit

Permalink
Use updated simulacrum in core.
Browse files Browse the repository at this point in the history
  • Loading branch information
milessabin committed Nov 12, 2015
1 parent 17fd314 commit c8cd485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val devs = Seq(Dev("Erik Osheim", "non"))

val updates = Map(
"macro-compat" -> "1.1.0",
"export-hook" -> "1.0.3-SNAPSHOT",
"export-hook" -> "1.1.0",
"simulacrum" -> "0.5.0-SNAPSHOT"
)
val updatesSettings = Seq( resolvers += Resolver.sonatypeRepo("snapshots"))
Expand Down Expand Up @@ -58,7 +58,7 @@ lazy val coreJVM = coreM.jvm
lazy val coreJS = coreM.js
lazy val coreM = module("core", CrossType.Pure)
.settings(typelevel.macroCompatSettings(vAll):_*)
.settings(addLibs(vAll, "cats-core", "export-hook"):_*)
.settings(addLibs(vAll, "cats-core", "export-hook", "simulacrum"):_*)

/**
* Laws project
Expand Down

0 comments on commit c8cd485

Please sign in to comment.