Skip to content

Commit

Permalink
Upgrades scala and sbt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno committed Jun 6, 2018
1 parent e3ad7ef commit e487ccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ object ProjectPlugin extends AutoPlugin {
// format: OFF
scalaMetaSettings ++ sharedReleaseProcess ++ warnUnusedImport ++ Seq(
libraryDependencies ++= commonDeps :+ %("slf4j-nop") % Test,
scalaVersion := "2.12.6",
crossScalaVersions := Seq("2.11.12", "2.12.6"),
Test / fork := true,
Tut / scalacOptions -= "-Ywarn-unused-import",
orgAfterCISuccessTaskListSetting ~= (_.filterNot(_ == defaultPublishMicrosite)),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.1.4
sbt.version = 1.1.6

0 comments on commit e487ccc

Please sign in to comment.