Skip to content

Commit 112c661

Browse files
committed
Updates policy files from SBT [ci skip]
1 parent 10d89ee commit 112c661

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (C) 2016-2019 47 Degrees. <http://47deg.com>
189+
Copyright (C) 2016-2020 47 Degrees. <http://47deg.com>
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
scalacheck-toolbox
2-
Copyright (c) 2016-2019 47 Degrees. All rights reserved.
2+
Copyright (c) 2016-2020 47 Degrees. All rights reserved.
33

44
Licensed under Apache License. See [LICENSE](LICENSE) for terms.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[comment]: # (Start Badges)
33

4-
[![Build Status](https://travis-ci.org/47deg/scalacheck-toolbox.svg?branch=master)](https://travis-ci.org/47deg/scalacheck-toolbox) [![codecov.io](http://codecov.io/gh/47deg/scalacheck-toolbox/branch/master/graph/badge.svg)](http://codecov.io/gh/47deg/scalacheck-toolbox) [![Maven Central](https://img.shields.io/badge/maven%20central-0.3.1-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~scalacheck-toolbox*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/scalacheck-toolbox/master/LICENSE) [![Latest version](https://img.shields.io/badge/scalacheck--toolbox-0.3.1-green.svg)](https://index.scala-lang.org/47deg/scalacheck-toolbox) [![GitHub Issues](https://img.shields.io/github/issues/47deg/scalacheck-toolbox.svg)](https://github.com/47deg/scalacheck-toolbox/issues)
4+
[![Build Status](https://travis-ci.org/47deg/scalacheck-toolbox.svg?branch=master)](https://travis-ci.org/47deg/scalacheck-toolbox) [![codecov.io](http://codecov.io/gh/47deg/scalacheck-toolbox/branch/master/graph/badge.svg)](http://codecov.io/gh/47deg/scalacheck-toolbox) [![Maven Central](https://img.shields.io/badge/maven%20central-0.3.2-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~scalacheck-toolbox*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/scalacheck-toolbox/master/LICENSE) [![Latest version](https://img.shields.io/badge/scalacheck--toolbox-0.3.2-green.svg)](https://index.scala-lang.org/47deg/scalacheck-toolbox) [![GitHub Issues](https://img.shields.io/github/issues/47deg/scalacheck-toolbox.svg)](https://github.com/47deg/scalacheck-toolbox/issues)
55

66
[comment]: # (End Badges)
77

@@ -27,6 +27,6 @@ If you wish to add your library here please consider a PR to include it in the l
2727

2828
scalacheck-toolbox is designed and developed by 47 Degrees
2929

30-
Copyright (C) 2016-2019 47 Degrees. <http://47deg.com>
30+
Copyright (C) 2016-2020 47 Degrees. <http://47deg.com>
3131

3232
[comment]: # (End Copyright)

docs/src/main/tut/docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ For SBT, you can add the relevant dependency to your project's build file:
1212
```scala
1313
resolvers += Resolver.sonatypeRepo("releases")
1414

15-
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.3.1" % "test"
15+
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.3.2" % "test"
1616

17-
"com.47deg" %% "scalacheck-toolbox-magic" % "0.3.1" % "test"
17+
"com.47deg" %% "scalacheck-toolbox-magic" % "0.3.2" % "test"
1818

19-
"com.47deg" %% "scalacheck-toolbox-combinators" % "0.3.1" % "test"
19+
"com.47deg" %% "scalacheck-toolbox-combinators" % "0.3.2" % "test"
2020
```
2121

2222
[comment]: # (End Replace)

0 commit comments

Comments
 (0)