Skip to content

Commit

Permalink
downgrade scala due to tasty error message in ammonite (#1263)
Browse files Browse the repository at this point in the history
* downgrade scala due to tasty error message in ammonite

to enable joernio/joern#547

* instead, just downgrade ammonite

* scala 2.13.5 and ammonite 2.4.0 should work
  • Loading branch information
mpollmeier committed Jun 17, 2021
1 parent e33e9f4 commit b0a89fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ val overflowdbVersion = "1.42"
inThisBuild(
List(
organization := "io.shiftleft",
scalaVersion := "2.13.6",
scalaVersion := "2.13.5",
// don't upgrade to 2.13.6 until https://github.com/com-lihaoyi/Ammonite/issues/1182 is resolved
resolvers ++= Seq(
Resolver.mavenLocal,
"Sonatype OSS" at "https://oss.sonatype.org/content/repositories/public"
Expand Down

0 comments on commit b0a89fe

Please sign in to comment.