Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
#150, test: Another try to resolve travis build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaschmidt committed Jun 20, 2016
1 parent 2cafa89 commit 8f2f8fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ lazy val root = (project in file("."))
.aggregate(common, swaggerModel, api, swaggerParser, apiFirstCore, playScalaGenerator, plugin)

def commonSettings: Seq[Setting[_]] = bintrayPublishSettings ++ Seq(
ivyScala := ivyScala.value map { _.copy(overrideScalaVersion = true) },
ivyLoggingLevel := UpdateLogging.DownloadOnly,
version := ProjectVersion,
sbtPlugin := false,
Expand Down

0 comments on commit 8f2f8fb

Please sign in to comment.