Skip to content

Commit b6ae249

Browse files
committed
Preparation for 1.5.0 release.
1 parent d38ddc8 commit b6ae249

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ discussion on scoverage.
1515

1616
Add the plugin in project/plugins.sbt:
1717
```scala
18-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.4.0")
18+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
1919
```
2020

2121
Run the tests with enabled coverage:
@@ -130,7 +130,7 @@ team's continuous integration process and a required quality standard.
130130
```
131131
This software is licensed under the Apache 2 license, quoted below.
132132
133-
Copyright 2013-2014 Stephen Samuel and contributors
133+
Copyright 2013-2016 Stephen Samuel and contributors
134134
135135
Licensed under the Apache License, Version 2.0 (the "License"); you may not
136136
use this file except in compliance with the License. You may obtain a copy of

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolvers ++= {
1010
if (isSnapshot.value) Seq(Resolver.sonatypeRepo("snapshots")) else Nil
1111
}
1212

13-
libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.3.0-SNAPSHOT"
13+
libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.3.0"
1414

1515
publishMavenStyle := true
1616

0 commit comments

Comments
 (0)