Skip to content

Commit

Permalink
Upgrade Kind Projectors plugin (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonsodomin authored and mergify[bot] committed Apr 9, 2019
1 parent 62d6179 commit d6dc5af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -231,8 +231,8 @@ lazy val cron4s = (project in file("."))

lazy val cron4sJS = (project in file(".js"))
.settings(
name := "cron4s",
moduleName := "cron4s"
name := "js",
moduleName := "cron4s-js"
)
.settings(commonSettings: _*)
.settings(commonJsSettings: _*)
Expand All @@ -243,8 +243,8 @@ lazy val cron4sJS = (project in file(".js"))

lazy val cron4sJVM = (project in file(".jvm"))
.settings(
name := "cron4s",
moduleName := "cron4s"
name := "jvm",
moduleName := "cron4s-jvm"
)
.settings(commonSettings)
.settings(commonJvmSettings)
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -32,7 +32,7 @@ object Dependencies {
"org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full
)
val kindProjector = compilerPlugin(
"org.spire-math" % "kind-projector" % "0.9.10" cross CrossVersion.binary
"org.typelevel" % "kind-projector" % "0.10.0" cross CrossVersion.binary
)
lazy val compilerPlugins = Seq(macroParadise, kindProjector)

Expand Down

0 comments on commit d6dc5af

Please sign in to comment.