Skip to content

Commit 4be1cca

Browse files
committed
update version number in readme
1 parent 0d85edd commit 4be1cca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ the Sonatype web UI will then send the artifacts to Maven Central.
1313
Add the plugin to the `project/plugins.sbt` file:
1414

1515
```
16-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.9")
16+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.12")
1717
```
1818

1919
Then, in your `build.sbt` add:
@@ -44,7 +44,7 @@ scalaVersionsByJvm in ThisBuild := {
4444
9 -> List(v212, v213, v211).map(_ -> false))
4545
}
4646
47-
mimaPreviousVersion := Some("1.0.9") // enables MiMa (`None` by default, which disables it)
47+
mimaPreviousVersion := Some("1.0.0") // enables MiMa (`None` by default, which disables it)
4848
4949
OsgiKeys.exportPackage := Seq(s"<exported package>;version=${version.value}")
5050
@@ -76,7 +76,7 @@ Tag the release and add release notes to https://github.com/scala/sbt-scala-modu
7676
- Make sure the current `HEAD` is a tagged revision. In sbt, `version` (set by sbt-git) should be according to a tag.
7777

7878
> version
79-
[info] 1.0.9
79+
[info] 1.0.12
8080

8181
- Run `publish` in sbt. If you don't have a `~/.bintray/.credentials` file, the sbt-bintray plugin will ask you for your
8282
username and API key. The API key can be obtained under "Edit Profile" (https://bintray.com/profile/edit). The sbt-bintray

0 commit comments

Comments
 (0)