File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ the Sonatype web UI will then send the artifacts to Maven Central.
13
13
Add the plugin to the ` project/plugins.sbt ` file:
14
14
15
15
```
16
- addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.12 ")
16
+ addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.13 ")
17
17
```
18
18
19
19
Then, in your ` build.sbt ` add:
@@ -76,7 +76,7 @@ Tag the release and add release notes to https://github.com/scala/sbt-scala-modu
76
76
- Make sure the current ` HEAD ` is a tagged revision. In sbt, ` version ` (set by sbt-git) should be according to a tag.
77
77
78
78
> version
79
- [info] 1.0.12
79
+ [info] 1.0.13
80
80
81
81
- Run ` publish ` in sbt. If you don't have a ` ~/.bintray/.credentials ` file, the sbt-bintray plugin will ask you for your
82
82
username and API key. The API key can be obtained under "Edit Profile" (https://bintray.com/profile/edit ). The sbt-bintray
You can’t perform that action at this time.
0 commit comments