Skip to content

Commit

Permalink
sbt 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed May 9, 2018
1 parent 6b8aabc commit 3210c2f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion project/Docs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Docs {
// - src/nanoc/nanoc.yaml
// - src/reference/template.properties
lazy val targetSbtBinaryVersion = "1.x"
lazy val targetSbtFullVersion = "1.1.4"
lazy val targetSbtFullVersion = "1.1.5"

lazy val siteEmail = settingKey[String]("")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.4
sbt.version=1.1.5
7 changes: 7 additions & 0 deletions src/nanoc/content/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ <h3>Previous releases</h3>
<h4>1.x</h4>
<ul>

<li>
sbt 1.1.4
(<a href="https://piccolo.link/sbt-1.1.4.zip">.zip</a>)
(<a href="https://piccolo.link/sbt-1.1.4.tgz">.tgz</a>)
(<a href="https://piccolo.link/sbt-1.1.4.msi">.msi</a>)
</li>

<li>
sbt 1.1.2
(<a href="https://piccolo.link/sbt-1.1.2.zip">.zip</a>)
Expand Down
4 changes: 2 additions & 2 deletions src/nanoc/nanoc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sbtVersion: 1.1.4
sbtVersion: 1.1.5
# Windows build version tends to be different from the rest
windowsBuild: 1.1.4
windowsBuild: 1.1.5

sbtVersionForScalaDoc: 1.1.2

Expand Down
4 changes: 2 additions & 2 deletions src/reference/template.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app_version=1.1.4
windows_app_version=1.1.4
app_version=1.1.5
windows_app_version=1.1.5

color_scheme=github
example_scala_version=2.12.6
Expand Down

0 comments on commit 3210c2f

Please sign in to comment.