Skip to content

Commit

Permalink
Add scala-compiler to libraryDependecies, see #256
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas authored Feb 5, 2017
1 parent c734e3e commit 68e6331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ If you're using sbt, add the following to your build:

```sbt
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value % Provided,
"eu.timepit" %% "refined" % "0.7.0",
"eu.timepit" %% "refined-pureconfig" % "0.7.0" // optional, JVM-only
"eu.timepit" %% "refined-scalacheck" % "0.7.0", // optional
Expand Down

0 comments on commit 68e6331

Please sign in to comment.