Skip to content

Commit

Permalink
1.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Feb 2, 2018
1 parent 9c6fd5f commit dcfa791
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name := """sbt-javacpp"""

version := "1.12-SNAPSHOT"
version := "1.13"

organization := "org.bytedeco"

sbtPlugin := true

publishMavenStyle := true

scalaVersion := "2.12.3"
scalaVersion := "2.12.4"

sbtVersion in Global := "1.0.2"
sbtVersion in Global := "1.0.4"

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

scalaCompilerBridgeSource := {
val sv = appConfiguration.value.provider.id.version
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Activator-generated Properties
#Mon Feb 22 20:41:33 JST 2016
template.uuid=e17acfbb-1ff5-41f5-b8cf-2c40be6a8340
sbt.version=0.13.16
sbt.version=0.13.17

0 comments on commit dcfa791

Please sign in to comment.