Skip to content

Commit

Permalink
1.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Oct 17, 2017
1 parent aa9be92 commit 180697c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
name := """sbt-javacv"""

version := "1.15-SNAPSHOT"
version := "1.15"

organization := "org.bytedeco"

scalaVersion := "2.12.3"

sbtVersion in Global := {
if (scalaVersion.value.startsWith("2.12"))
"1.0.2"
else
"0.13.16"
}

crossSbtVersions := Vector("0.13.16", "1.0.2")

scalaCompilerBridgeSource := {
val sv = appConfiguration.value.provider.id.version
("org.scala-sbt" % "compiler-interface" % sv % "component").sources
}

sbtPlugin := true

publishMavenStyle := true
Expand Down Expand Up @@ -49,4 +65,4 @@ resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots")
)

addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.10")
addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.11")
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.13
sbt.version=0.13.16

0 comments on commit 180697c

Please sign in to comment.