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 Jun 13, 2018
1 parent 4babefe commit 5a84ec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.4-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.4-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/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.5-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.5-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.4" % "test"
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.2.5" % "test"

"com.47deg" %% "scalacheck-toolbox-magic" % "0.2.4" % "test"
"com.47deg" %% "scalacheck-toolbox-magic" % "0.2.5" % "test"

"com.47deg" %% "scalacheck-toolbox-combinators" % "0.2.4" % "test"
"com.47deg" %% "scalacheck-toolbox-combinators" % "0.2.5" % "test"
```

[comment]: # (End Replace)

0 comments on commit 5a84ec2

Please sign in to comment.