Skip to content

Commit

Permalink
Releases 0.5.2 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Apr 7, 2017
1 parent afde6c7 commit 6cc17e9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A microsite is an instance of Jekyll, ready to publish a static web page for you
To Begin, add the following lines to the `project/plugins.sbt` file within your project or sbt module where you want to use the `sbt-microsites` plugin.

```
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.0")
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.2")
```

Finally, to enable the plugin, add this to your `build.sbt` file:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To begin, add the following lines to the `project/plugins.sbt` file within your
Latest release:

```bash
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.0")
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.2")
```

Latest snapshot built from the `master` branch code:
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object ProjectPlugin extends AutoPlugin {
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.2.0"),
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.8"),
libraryDependencies ++= Seq(
"com.47deg" %% "org-policies-core" % "0.4.2",
"com.47deg" %% "org-policies-core" % "0.4.4",
"com.lihaoyi" %% "scalatags" % "0.6.0",
"org.scalactic" %% "scalactic" % "3.0.0",
"net.jcazevedo" %% "moultingyaml" % "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value

addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.4.2")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.4.4")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.5.2-SNAPSHOT"
version in ThisBuild := "0.5.2"

0 comments on commit 6cc17e9

Please sign in to comment.