From e69cc3e03bfdba37d7958f18ece1ee64cca1cdf4 Mon Sep 17 00:00:00 2001 From: 47degfreestyle Date: Mon, 12 Feb 2018 16:21:15 +0100 Subject: [PATCH] Updates policy files from SBT [ci skip] --- README.md | 18 ++++++++---------- modules/readme/src/main/tut/README.md | 10 +++++----- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a78dcb5..62a5f48 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.2-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.2-green.svg)](https://index.scala-lang.org/frees-io/iota) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.20.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.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) [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.4" // for cats -libraryDependencies += "io.frees" %% "iotaz-core" % "0.3.4" // for scalaz +libraryDependencies += "io.frees" %% "iota-core" % "0.3.5" // for cats +libraryDependencies += "io.frees" %% "iotaz-core" % "0.3.5" // for scalaz ``` Or, if using Scala.js (0.6.x): ```scala -libraryDependencies += "io.frees" %%% "iota-core" % "0.3.4" // for cats -libraryDependencies += "io.frees" %%% "iotaz-core" % "0.3.4" // for scalaz +libraryDependencies += "io.frees" %%% "iota-core" % "0.3.5" // for cats +libraryDependencies += "io.frees" %%% "iotaz-core" % "0.3.5" // for scalaz ``` [comment]: # (End Replace) @@ -114,12 +114,10 @@ If you wish to add your library here please consider a PR to include it in the l [comment]: # (Start Copyright) # Copyright -Copyright the maintainers, 2017-2018. - -All code is available to you under the Apache License, available at -in [LICENSE](LICENSE). See [NOTICE](NOTICE) for more information. +Iota is designed and developed by 47 Degrees +Copyright (C) 2016-2018 47 Degrees. [comment]: # (End Copyright) -[free example]: modules/tests/src/test/scala/iotatests/FreeCopKTests.scala +[free example]: modules/tests/src/test/scala/iotatests/FreeCopKTests.scala \ No newline at end of file diff --git a/modules/readme/src/main/tut/README.md b/modules/readme/src/main/tut/README.md index 58bffd4..f7146e4 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.4" // for cats -libraryDependencies += "io.frees" %% "iotaz-core" % "0.3.4" // for scalaz +libraryDependencies += "io.frees" %% "iota-core" % "0.3.5" // for cats +libraryDependencies += "io.frees" %% "iotaz-core" % "0.3.5" // for scalaz ``` Or, if using Scala.js (0.6.x): ```scala -libraryDependencies += "io.frees" %%% "iota-core" % "0.3.4" // for cats -libraryDependencies += "io.frees" %%% "iotaz-core" % "0.3.4" // for scalaz +libraryDependencies += "io.frees" %%% "iota-core" % "0.3.5" // for cats +libraryDependencies += "io.frees" %%% "iotaz-core" % "0.3.5" // for scalaz ``` [comment]: # (End Replace) @@ -122,4 +122,4 @@ in [LICENSE](LICENSE). See [NOTICE](NOTICE) for more information. [comment]: # (End Copyright) -[free example]: modules/tests/src/test/scala/iotatests/FreeCopKTests.scala +[free example]: modules/tests/src/test/scala/iotatests/FreeCopKTests.scala \ No newline at end of file