Skip to content

Commit

Permalink
Updates policy files from SBT [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
47degdev committed Feb 6, 2020
1 parent 10d89ee commit 112c661
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

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

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalacheck-toolbox
Copyright (c) 2016-2019 47 Degrees. All rights reserved.
Copyright (c) 2016-2020 47 Degrees. All rights reserved.

Licensed under Apache License. See [LICENSE](LICENSE) for terms.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[comment]: # (Start Badges)

[![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)
[![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)

[comment]: # (End Badges)

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

scalacheck-toolbox is designed and developed by 47 Degrees

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

[comment]: # (End Copyright)
6 changes: 3 additions & 3 deletions docs/src/main/tut/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ For SBT, you can add the relevant dependency to your project's build file:
```scala
resolvers += Resolver.sonatypeRepo("releases")

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

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

"com.47deg" %% "scalacheck-toolbox-combinators" % "0.3.1" % "test"
"com.47deg" %% "scalacheck-toolbox-combinators" % "0.3.2" % "test"
```

[comment]: # (End Replace)

0 comments on commit 112c661

Please sign in to comment.