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
47erbot committed Mar 10, 2020
1 parent 7579993 commit 04d05af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

Discussion around scalacheck-toolbox happens in the [Gitter channel](https://gitter.im/47deg/scalacheck-toolbox) as well as on
Discussion around scalacheck-toolbox happens in the [Gitter channel](https://gitter.im/47degrees/scalacheck-toolbox) as well as on
[GitHub issues](https://github.com/47degrees/scalacheck-toolbox/issues) and [pull requests](https://github.com/47degrees/scalacheck-toolbox/pulls).

Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about
Expand Down
2 changes: 1 addition & 1 deletion 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/47degrees/scalacheck-toolbox.svg?branch=master)](https://travis-ci.org/47degrees/scalacheck-toolbox) [![codecov.io](http://codecov.io/gh/47degrees/scalacheck-toolbox/branch/master/graph/badge.svg)](http://codecov.io/gh/47degrees/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/47degrees/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/47degrees/scalacheck-toolbox.svg)](https://github.com/47degrees/scalacheck-toolbox/issues)
[![Build Status](https://travis-ci.org/47degrees/scalacheck-toolbox.svg?branch=master)](https://travis-ci.org/47degrees/scalacheck-toolbox) [![codecov.io](http://codecov.io/gh/47degrees/scalacheck-toolbox/branch/master/graph/badge.svg)](http://codecov.io/gh/47degrees/scalacheck-toolbox) [![Maven Central](https://img.shields.io/badge/maven%20central-0.3.3-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/47degrees/scalacheck-toolbox/master/LICENSE) [![Latest version](https://img.shields.io/badge/scalacheck--toolbox-0.3.3-green.svg)](https://index.scala-lang.org/47degrees/scalacheck-toolbox) [![GitHub Issues](https://img.shields.io/github/issues/47degrees/scalacheck-toolbox.svg)](https://github.com/47degrees/scalacheck-toolbox/issues)

[comment]: # (End Badges)

Expand Down
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.2" % "test"
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.3.3" % "test"

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

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

[comment]: # (End Replace)

0 comments on commit 04d05af

Please sign in to comment.