Skip to content

Commit

Permalink
sbt 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed May 30, 2018
1 parent 67d088a commit 4ea0eff
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ addons:
- sourceline: 'deb https://dl.bintray.com/sbt/debian /'
- key_url: 'https://bintray.com/user/downloadSubjectPublicKey?username=sbt'
packages:
- sbt=1.1.5
- sbt=1.1.6
- pandoc
- latex-cjk-all
- texlive-full
Expand Down
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.5"
lazy val targetSbtFullVersion = "1.1.6"

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.5
sbt.version=1.1.6
14 changes: 14 additions & 0 deletions src/nanoc/content/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,20 @@ <h3>Previous releases</h3>
<h4>1.x</h4>
<ul>

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

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

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

sbtVersionForScalaDoc: 1.1.5
sbtVersionForScalaDoc: 1.1.6

sbtBinaryVersion: 1.0

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.5
windows_app_version=1.1.5
app_version=1.1.6
windows_app_version=1.1.6

color_scheme=github
example_scala_version=2.12.6
Expand Down

0 comments on commit 4ea0eff

Please sign in to comment.