Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Updated sbt-microsites 0.7.15. #959

Merged
merged 3 commits into from
Jan 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/src/main/scala/sbtorgpolicies/libraries.scala
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ object libraries {

val vPlugins47: Map[String, String] = Map[String, String](
"sbt-dependencies" -> "0.3.8",
"sbt-microsites" -> "0.7.13"
"sbt-microsites" -> "0.7.15"
)

val vPluginsOthers: Map[String, String] = Map[String, String](
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object ProjectPlugin extends AutoPlugin {
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.20"),
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.1"),
addSbtPlugin("com.47deg" %% "sbt-dependencies" % "0.3.9"),
addSbtPlugin("com.47deg" %% "sbt-microsites" % "0.7.13"),
addSbtPlugin("com.47deg" %% "sbt-microsites" % "0.7.15"),
libraryDependencies ++= {
val sbtBinaryVersionValue = (sbtBinaryVersion in pluginCrossBuild).value

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.8.24-SNAPSHOT"
version in ThisBuild := "0.8.24"