Skip to content

Commit

Permalink
Upgrade to Scala 2.12.6 (#554)
Browse files Browse the repository at this point in the history
* Upgrades the build, including Scala 2.12.6 and Sbt 1.1.6

* Releases freestyle 0.8.2

* Updates scala version in travis.yml file
  • Loading branch information
juanpedromoreno authored Jun 7, 2018
1 parent ea36637 commit 86f3b9a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: scala

scala:
- 2.11.12
- 2.12.4
- 2.12.6

env:
- SCALAENV=jvm
Expand Down
4 changes: 3 additions & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ object ProjectPlugin extends AutoPlugin {
Seq(
orgUpdateDocFilesSetting += baseDirectory.value / "docs" / "src",
orgScriptTaskListSetting := List("validate".asRunnableItemFull),
coverageExcludedPackages := "<empty>;todo\\..*;freeslick\\..*"
coverageExcludedPackages := "<empty>;todo\\..*;freeslick\\..*",
scalaVersion := "2.12.6",
crossScalaVersions := Seq("2.11.12", "2.12.6")
) ++ scalaMetaSettings ++ sharedReleaseProcess

}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.0.4
sbt.version=1.1.6
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolvers += Resolver.sonatypeRepo("releases")

addSbtPlugin("io.frees" % "sbt-freestyle" % "0.3.21")
addSbtPlugin("io.frees" % "sbt-freestyle" % "0.3.23")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.2.1")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.8.2-SNAPSHOT"
version in ThisBuild := "0.8.2"

0 comments on commit 86f3b9a

Please sign in to comment.