This repository was archived by the owner on Jul 12, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ enablePlugins(OssLibPlugin)
77organization := " com.newmotion"
88name := " 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 " )
1111releaseCrossBuild := false
1212
1313libraryDependencies ++= {
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 )
Original file line number Diff line number Diff line change 11resolvers += " 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 " )
44addSbtPlugin(" 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
88unmanagedSourceDirectories in Compile += baseDirectory.value.getParentFile
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 4.0.11 -SNAPSHOT"
1+ version in ThisBuild := " 4.1.0 -SNAPSHOT"
You can’t perform that action at this time.
0 commit comments