Skip to content

Commit

Permalink
Enable releaseCrossBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeru Sato committed Nov 26, 2016
1 parent 131a960 commit f712358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ lazy val baseSettings = Seq(
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-java8-compat" % "0.8.0"
),
scalacOptions in (Compile, test) := compilerOptions,
scalacOptions ++= compilerOptions,
scalacOptions in (Compile, test) := compilerOptions,
scalacOptions in (Compile, console) ~= (_ filterNot (_ == "-Ywarn-unused-import"))
)

lazy val publishSettings = Seq(
releaseCrossBuild := true,
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
homepage := Some(url("https://github.com/tkrs/fluflu")),
licenses := Seq("MIT License" -> url("http://www.opensource.org/licenses/mit-license.php")),
Expand Down

0 comments on commit f712358

Please sign in to comment.