Skip to content

Commit 32233cb

Browse files
author
Heiko Seeberger
committed
Prepare relase 5.1.0
1 parent 5331c32 commit 32233cb

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ snapshots
3232

3333
# Log files
3434
*.log
35+
36+
# jenv
37+
.java-version

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: scala
22

33
scala:
4-
- 2.12.4
4+
- 2.12.8
55

66
jdk:
77
- oraclejdk8

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# sbt-header #
22

33
[![Build Status](https://travis-ci.org/sbt/sbt-header.svg?branch=master)](https://travis-ci.org/sbt/sbt-header)
4-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2cd1ffe963484f45902e8ca2a72276c6)](https://www.codacy.com/app/britter/sbt-header?utm_source=github.com&utm_medium=referral&utm_content=sbt/sbt-header&utm_campaign=Badge_Grade)
54
[![Download](https://api.bintray.com/packages/hseeberger/sbt-plugins/sbt-header/images/download.svg)](https://bintray.com/hseeberger/sbt-plugins/sbt-header/_latestVersion)
65
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
7-
[![Join the chat at https://gitter.im/sbt/sbt-header](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sbt/sbt-header?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
86

97
sbt-header is an [sbt](http://www.scala-sbt.org) plugin for creating or updating file headers, e.g. copyright headers.
108

@@ -13,7 +11,7 @@ sbt-header is an [sbt](http://www.scala-sbt.org) plugin for creating or updating
1311
In order to add the sbt-header plugin to your build, add the following line to `project/plugins.sbt`:
1412

1513
``` scala
16-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0")
14+
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.1.0") // Check the latest version above or look at the release tags
1715
```
1816

1917
Then in your `build.sbt` configure the following settings:

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.2.7
1+
sbt.version = 1.2.8

0 commit comments

Comments
 (0)