From 66ea145c4c92833e048844cd8852060d46f1a703 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 24 Jan 2016 12:59:17 -0800 Subject: Add combinated native libraries key --- project/Build.scala | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'project/Build.scala') diff --git a/project/Build.scala b/project/Build.scala index 64d471b..6695558 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -2,13 +2,14 @@ import sbt._ import sbt.Keys._ import bintray.BintrayPlugin.autoImport._ +import sbtdoge.CrossPerProjectPlugin object JniBuild extends Build { val scalaVersions = List("2.11.7", "2.12.0-M3", "2.10.5") val commonSettings = Seq( - version := "0.4.0-SNAPSHOT", + version := "0.4.0", organization := "ch.jodersky", licenses := Seq(("BSD New", url("http://opensource.org/licenses/BSD-3-Clause"))), scalacOptions ++= Seq("-deprecation", "-feature") @@ -25,7 +26,7 @@ object JniBuild extends Build { publishLocal := {}, publishTo := Some(Resolver.file("Unused transient repository", target.value / "unusedrepo")) // make sbt-pgp happy ) - ) + ).enablePlugins(CrossPerProjectPlugin) lazy val library = Project( id = "jni-library", -- cgit v1.2.3