Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Commit 0e58c6f

Browse files
author
poohsen
authored
Merge pull request #6 from poohsen/sbt-1.2.0
cross-build to sbt 1.2.0
2 parents 1cc454a + d2b9ece commit 0e58c6f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ enablePlugins(OssLibPlugin)
77
organization := "com.newmotion"
88
name := "sbt-build-seed"
99

10-
crossSbtVersions := Vector("0.13.17", "1.1.5")
10+
crossSbtVersions := Vector("0.13.17", "1.1.6", "1.2.0")
1111
releaseCrossBuild := false
1212

1313
libraryDependencies ++= {
1414
val sbtV = (sbtBinaryVersion in pluginCrossBuild).value
1515
val scalaV = (scalaBinaryVersion in pluginCrossBuild).value
1616

1717
Seq(
18-
"com.github.gseitz" % "sbt-release" % "1.0.8",
18+
"com.github.gseitz" % "sbt-release" % "1.0.9",
1919
"no.arktekk.sbt" % "aether-deploy" % "0.21",
20-
"org.lyranthe.sbt" % "partial-unification" % "1.1.0"
20+
"org.lyranthe.sbt" % "partial-unification" % "1.1.2"
2121
).map(
2222
sbtPluginExtra(_, sbtV, scalaV)
2323
)

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
resolvers += "TNM" at "http://nexus.thenewmotion.com/content/groups/public"
22

3-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.8")
3+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9")
44
addSbtPlugin("no.arktekk.sbt" % "aether-deploy" % "0.21")
5-
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.0")
5+
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")
66

77
// Use itself as a plugin
88
unmanagedSourceDirectories in Compile += baseDirectory.value.getParentFile

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "4.0.11-SNAPSHOT"
1+
version in ThisBuild := "4.1.0-SNAPSHOT"

0 commit comments

Comments
 (0)