Skip to content

Commit 98fead4

Browse files
committed
Updates policy files from SBT [ci skip]
1 parent f5d7ff6 commit 98fead4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[comment]: # (Start Badges)
33

4-
[![Build Status](https://travis-ci.org/47deg/sbt-microsites.svg?branch=master)](https://travis-ci.org/47deg/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-0.5.5-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-microsites_2.10_0.13) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47deg/sbt-microsites](https://badges.gitter.im/47deg/sbt-microsites.svg)](https://gitter.im/47deg/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47deg/sbt-microsites.svg)](https://github.com/47deg/sbt-microsites/issues)
4+
[![Build Status](https://travis-ci.org/47deg/sbt-microsites.svg?branch=master)](https://travis-ci.org/47deg/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-0.5.6-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-microsites_2.10_0.13) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47deg/sbt-microsites](https://badges.gitter.im/47deg/sbt-microsites.svg)](https://gitter.im/47deg/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47deg/sbt-microsites.svg)](https://github.com/47deg/sbt-microsites/issues)
55

66
[comment]: # (End Badges)
77

@@ -24,7 +24,7 @@ To Begin, add the following lines to the `project/plugins.sbt` file within your
2424
[comment]: # (Start Replace)
2525

2626
```
27-
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.3")
27+
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.6")
2828
```
2929

3030
[comment]: # (End Replace)

docs/src/main/tut/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Latest release:
5252
[comment]: # (Start Replace)
5353

5454
```bash
55-
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.3")
55+
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.6")
5656
```
5757

5858
[comment]: # (End Replace)
@@ -67,4 +67,4 @@ println(s"""addSbtPlugin("com.47deg" % "sbt-microsites" % "${microsites.BuildIn
6767
Finally, to enable the plugin, add this to your `build.sbt` file:
6868
```bash
6969
enablePlugins(MicrositesPlugin)
70-
```
70+
```

0 commit comments

Comments
 (0)