Skip to content

Commit

Permalink
Merge pull request #36 from blemale/Upgrade_scala_to_version_2-11-12_…
Browse files Browse the repository at this point in the history
…and_2-12-8

Upgrade scala to version 2.11.12 and 2.12.8
  • Loading branch information
blemale committed Jan 20, 2019
2 parents a571e76 + 1e85776 commit 28743d2
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 28743d2

Please sign in to comment.