From 053b9e444e89ebfe1aba98117480b50a14bfd5ea Mon Sep 17 00:00:00 2001 From: 47degfreestyle Date: Tue, 20 Feb 2018 02:43:38 +0100 Subject: [PATCH] Updates policy files from SBT [ci skip] --- README.md | 10 +++++----- modules/readme/src/main/tut/README.md | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 62a5f48..a0f33fc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [comment]: # (Start Badges) -[![Build Status](https://travis-ci.org/frees-io/iota.svg?branch=master)](https://travis-ci.org/frees-io/iota) [![Maven Central](https://img.shields.io/badge/maven%20central-0.3.5-green.svg)](https://oss.sonatype.org/#nexus-search;gav~io.frees~iota*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/frees-io/iota/master/LICENSE) [![Latest version](https://img.shields.io/badge/iota-0.3.5-green.svg)](https://index.scala-lang.org/frees-io/iota) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.17.svg)](http://scala-js.org) [![GitHub Issues](https://img.shields.io/github/issues/frees-io/iota.svg)](https://github.com/frees-io/iota/issues) +[![Build Status](https://travis-ci.org/frees-io/iota.svg?branch=master)](https://travis-ci.org/frees-io/iota) [![Maven Central](https://img.shields.io/badge/maven%20central-0.3.6-green.svg)](https://oss.sonatype.org/#nexus-search;gav~io.frees~iota*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/frees-io/iota/master/LICENSE) [![Latest version](https://img.shields.io/badge/iota-0.3.6-green.svg)](https://index.scala-lang.org/frees-io/iota) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.17.svg)](http://scala-js.org) [![GitHub Issues](https://img.shields.io/github/issues/frees-io/iota.svg)](https://github.com/frees-io/iota/issues) [comment]: # (End Badges) @@ -72,15 +72,15 @@ For Scala 2.11.x and 2.12.x: [comment]: # (Start Replace) ```scala -libraryDependencies += "io.frees" %% "iota-core" % "0.3.5" // for cats -libraryDependencies += "io.frees" %% "iotaz-core" % "0.3.5" // for scalaz +libraryDependencies += "io.frees" %% "iota-core" % "0.3.6" // for cats +libraryDependencies += "io.frees" %% "iotaz-core" % "0.3.6" // for scalaz ``` Or, if using Scala.js (0.6.x): ```scala -libraryDependencies += "io.frees" %%% "iota-core" % "0.3.5" // for cats -libraryDependencies += "io.frees" %%% "iotaz-core" % "0.3.5" // for scalaz +libraryDependencies += "io.frees" %%% "iota-core" % "0.3.6" // for cats +libraryDependencies += "io.frees" %%% "iotaz-core" % "0.3.6" // for scalaz ``` [comment]: # (End Replace) diff --git a/modules/readme/src/main/tut/README.md b/modules/readme/src/main/tut/README.md index f7146e4..ff20aca 100644 --- a/modules/readme/src/main/tut/README.md +++ b/modules/readme/src/main/tut/README.md @@ -72,15 +72,15 @@ For Scala 2.11.x and 2.12.x: [comment]: # (Start Replace) ```scala -libraryDependencies += "io.frees" %% "iota-core" % "0.3.5" // for cats -libraryDependencies += "io.frees" %% "iotaz-core" % "0.3.5" // for scalaz +libraryDependencies += "io.frees" %% "iota-core" % "0.3.6" // for cats +libraryDependencies += "io.frees" %% "iotaz-core" % "0.3.6" // for scalaz ``` Or, if using Scala.js (0.6.x): ```scala -libraryDependencies += "io.frees" %%% "iota-core" % "0.3.5" // for cats -libraryDependencies += "io.frees" %%% "iotaz-core" % "0.3.5" // for scalaz +libraryDependencies += "io.frees" %%% "iota-core" % "0.3.6" // for cats +libraryDependencies += "io.frees" %%% "iotaz-core" % "0.3.6" // for scalaz ``` [comment]: # (End Replace)