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

Bump tut-plugin and release 0.5.15 #487

Merged
merged 1 commit into from
Aug 29, 2017
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 @@ -118,7 +118,7 @@ object libraries {
"sbt-sonatype" -> "1.1",
"sbt-unidoc" -> "0.4.0",
"scalastyle-sbt-plugin" -> "0.8.0",
"tut-plugin" -> "0.5.3"
"tut-plugin" -> "0.5.4"
)

val v: Map[String, String] = v47 ++ vOthers ++ vPlugins47 ++ vPluginsOthers
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object ProjectPlugin extends AutoPlugin {
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1"),
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.0"),
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.2.0"),
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.5.3"),
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.5.4"),
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.24"),
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0"),
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0"),
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.5.15-SNAPSHOT"
version in ThisBuild := "0.5.15"