Skip to content

Commit

Permalink
Adopt a custom version of Scalac to work around a scala compiler bug (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoblenz committed Dec 14, 2017
1 parent d5f3e6f commit 885dcca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 43 deletions.
20 changes: 0 additions & 20 deletions .idea/libraries/sbt__org_scala_lang_scala_library_2_12_4_jar.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/sbt__org_scala_lang_scala_reflect_2_12_4_jar.xml

This file was deleted.

14 changes: 7 additions & 7 deletions .idea/modules/obsidian.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions build.sbt
Expand Up @@ -2,11 +2,8 @@ name := "Obsidian"

version := "1.0"

scalaVersion := "2.12.4"

javaOptions in run += "-Xms8m"
javaOptions in test += "-Xms8m"
javaOptions in compile += "-Xms16m"
// Obsidian must be built with a patch to the Scala compiler: https://github.com/hrhino/scala/commits/t10387
scalaVersion := "2.12.5-bin-SNAPSHOT"

libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.6"

Expand Down

0 comments on commit 885dcca

Please sign in to comment.