diff options
| author | Henry Cook | 2015-08-03 19:28:50 -0700 |
|---|---|---|
| committer | Henry Cook | 2015-08-03 19:39:24 -0700 |
| commit | 8e856389bd4a11f7d9a269faf32b47b5afc61a70 (patch) | |
| tree | 5ec84a1ce3d64108db6197993e26da8f889d9b3e /build.sbt | |
| parent | bf72a6a7fd747a267d4264ac2d532bb02407f7c6 (diff) | |
Improve type-safety of switch/is blocks using macros and SwitchContext. Removed switch key stack.
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ scalaVersion := "2.11.6" crossScalaVersions := Seq("2.10.4", "2.11.6") +libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value |
