Skip to content

Commit

Permalink
Upgrade scala to version 2.11.12 and 2.12.8
Browse files Browse the repository at this point in the history
Fix #35
  • Loading branch information
blemale committed Jan 20, 2019
1 parent a571e76 commit 1e85776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ libraryDependencies ++=
Scalactic % "test",
Scalatest % "test"
)

scalacOptions ++= Seq("-target:jvm-1.8")
2 changes: 1 addition & 1 deletion release.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ releaseProcess := Seq[ReleaseStep](
useGpg := true

releaseCrossBuild := true
crossScalaVersions := Seq("2.11.8", "2.12.0")
crossScalaVersions := Seq("2.11.12", "2.12.8")

TravisCredentials.updateCredentials()

Expand Down

0 comments on commit 1e85776

Please sign in to comment.