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 Sep 19, 2019
1 parent 23d3068 commit 8fee190
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Contributing

Discussion around scalacheck-toolbox happens in the [Gitter channel](https://gitter.im/47deg/freestyle) as well as on
[GitHub issues](https://github.com/47deg/freestyle/issues) and [pull requests](https://github.com/47deg/freestyle/pulls).
Discussion around scalacheck-toolbox happens in the [Gitter channel](https://gitter.im/47deg/scalacheck-toolbox) as well as on
[GitHub issues](https://github.com/47deg/scalacheck-toolbox/issues) and [pull requests](https://github.com/47deg/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
the code. Pull requests are also welcome.

People are expected to follow the [Typelevel Code of Conduct](http://typelevel.org/conduct.html) when discussing scalacheck-toolbox on the Github page, Gitter channel, or other venues.
People are expected to follow the [Scala Code of Conduct](https://typelevel.org/code-of-conduct.html) when discussing scalacheck-toolbox on the Github page, Gitter channel, or other venues.

If you are being harassed, please contact one of [us](AUTHORS.md#maintainers) immediately so that we can support you. In case you cannot get in touch with us please write an email to [47 Degrees](mailto:hello@47deg.com).

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/47deg/scalacheck-toolbox.svg?branch=master)](https://travis-ci.org/47deg/scalacheck-toolbox) [![codecov.io](http://codecov.io/github/47deg/scalacheck-toolbox/coverage.svg?branch=master)](http://codecov.io/github/47deg/scalacheck-toolbox?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.2.6-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.2.6-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.0-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.0-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 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.2.6" % "test"
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.3.0" % "test"

"com.47deg" %% "scalacheck-toolbox-magic" % "0.2.6" % "test"
"com.47deg" %% "scalacheck-toolbox-magic" % "0.3.0" % "test"

"com.47deg" %% "scalacheck-toolbox-combinators" % "0.2.6" % "test"
"com.47deg" %% "scalacheck-toolbox-combinators" % "0.3.0" % "test"
```

[comment]: # (End Replace)

0 comments on commit 8fee190

Please sign in to comment.