File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11scalacheck-toolbox
2- Copyright (c) 2016-2019 47 Degrees. All rights reserved.
2+ Copyright (c) 2016-2020 47 Degrees. All rights reserved.
33
44Licensed under Apache License. See [ LICENSE] ( LICENSE ) for terms.
Original file line number Diff line number Diff line change 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
2828scalacheck-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 )
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ For SBT, you can add the relevant dependency to your project's build file:
1212``` scala
1313resolvers += 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 )
You can’t perform that action at this time.
0 commit comments