Skip to content

Commit

Permalink
Add si2712fix-plugin compiler plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
aloiscochard committed May 10, 2016
1 parent 81f0c05 commit 1bb646e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/ScatoBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ object ScatoBuild extends Build {
"-Ybackend:GenBCode", "-Ydelambdafy:method", "-target:jvm-1.8"),
libraryDependencies ++= testDeps ++ Seq(
"org.scala-lang.modules" %% "scala-java8-compat" % "0.7.0",
compilerPlugin("org.spire-math" %% "kind-projector" % "0.7.1")
compilerPlugin("org.spire-math" %% "kind-projector" % "0.7.1"),
compilerPlugin("com.milessabin" % "si2712fix-plugin" % "1.1.0" cross CrossVersion.full)
)
)

lazy val root = Project(
id = "root",
base = file(".")
).settings(
scalaVersion := "2.11.8"

This comment has been minimized.

Copy link
@adelbertc

adelbertc May 11, 2016

SI-2712 plugin should be published for both 2.11.8 and 2.10.6, unless this line was added separately from the plugin

This comment has been minimized.

Copy link
@aloiscochard

aloiscochard May 11, 2016

Author Owner

I consider this as a "sbt bug", the root project version got infered at 2.10.5 without this :-/

Weird!

).aggregate ( baze
, free
, profunctors
Expand Down

0 comments on commit 1bb646e

Please sign in to comment.