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
47degfreestyle committed Feb 12, 2018
1 parent 65b0df1 commit e69cc3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
18 changes: 8 additions & 10 deletions 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/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)

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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. <http://47deg.com>

[comment]: # (End Copyright)

[free example]: modules/tests/src/test/scala/iotatests/FreeCopKTests.scala
[free example]: modules/tests/src/test/scala/iotatests/FreeCopKTests.scala
10 changes: 5 additions & 5 deletions modules/readme/src/main/tut/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

0 comments on commit e69cc3e

Please sign in to comment.