From 112c661c6f63245f9d24472dc6cd38291e253671 Mon Sep 17 00:00:00 2001 From: 47 Degrees Dev Date: Thu, 6 Feb 2020 18:40:05 +0100 Subject: [PATCH] Updates policy files from SBT [ci skip] --- LICENSE | 2 +- NOTICE.md | 2 +- README.md | 4 ++-- docs/src/main/tut/docs/index.md | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 49849f00..f0e1a4d7 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (C) 2016-2019 47 Degrees. + Copyright (C) 2016-2020 47 Degrees. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE.md b/NOTICE.md index 2a8b30a8..c53c08af 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -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. \ No newline at end of file diff --git a/README.md b/README.md index 821c7f9c..a615b70c 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. +Copyright (C) 2016-2020 47 Degrees. [comment]: # (End Copyright) \ No newline at end of file diff --git a/docs/src/main/tut/docs/index.md b/docs/src/main/tut/docs/index.md index 2b25650c..bdb06167 100644 --- a/docs/src/main/tut/docs/index.md +++ b/docs/src/main/tut/docs/index.md @@ -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) \ No newline at end of file