Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Upgrade sbt and scala version dependencies for JDK 9 compatibility (#357
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jfirebaugh authored and Xianwen Chen committed Jul 16, 2018
1 parent a38f5ee commit f207582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import com.typesafe.sbt.SbtStartScript

scalaVersion := "2.11.0"
scalaVersion := "2.11.12"

libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.5
sbt.version=0.13.17

0 comments on commit f207582

Please sign in to comment.