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

Commit 1bdb5d2

Browse files
author
Maxim Fedorov
committed
Use sbt-release 1.0.3 for better RC version releases
1 parent fd82103 commit 1bdb5d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add following to `project/plugins.sbt`
1313
```
1414
resolvers += "TNM" at "http://nexus.thenewmotion.com/content/groups/public"
1515
16-
addSbtPlugin("com.thenewmotion" % "sbt-build-seed" % "1.4.0")
16+
addSbtPlugin("com.thenewmotion" % "sbt-build-seed" % "1.5.0")
1717
```
1818

1919
To develop a library in your build.sbt use:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libraryDependencies ++=
1414
Seq(
1515
"org.scala-sbt" % "sbt" % "0.13.11") ++
1616
Seq(
17-
"com.github.gseitz" % "sbt-release" % "1.0.2",
17+
"com.github.gseitz" % "sbt-release" % "1.0.3",
1818
"no.arktekk.sbt" % "aether-deploy" % "0.16"
1919
).map(
2020
sbtPluginExtra(_, "0.13", "2.10")

0 commit comments

Comments
 (0)