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 Jan 17, 2018
1 parent 288535c commit b5af9e4
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 45 deletions.
62 changes: 31 additions & 31 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/freestyle.svg?branch=master)](https://travis-ci.org/frees-io/freestyle) [![codecov.io](http://codecov.io/github/frees-io/freestyle/coverage.svg?branch=master)](http://codecov.io/github/frees-io/freestyle?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.6.1-green.svg)](https://oss.sonatype.org/#nexus-search;gav~io.frees~frees*) [![Latest version](https://img.shields.io/badge/freestyle-0.6.1-green.svg)](https://index.scala-lang.org/frees-io/freestyle) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/frees-io/freestyle/master/LICENSE) [![Join the chat at https://gitter.im/47deg/freestyle](https://badges.gitter.im/47deg/freestyle.svg)](https://gitter.im/47deg/freestyle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/frees-io/freestyle.svg)](https://github.com/frees-io/freestyle/issues) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.17.svg)](http://scala-js.org)
[![Build Status](https://travis-ci.org/frees-io/freestyle.svg?branch=master)](https://travis-ci.org/frees-io/freestyle) [![codecov.io](http://codecov.io/github/frees-io/freestyle/coverage.svg?branch=master)](http://codecov.io/github/frees-io/freestyle?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.6.2-green.svg)](https://oss.sonatype.org/#nexus-search;gav~io.frees~frees*) [![Latest version](https://img.shields.io/badge/freestyle-0.6.2-green.svg)](https://index.scala-lang.org/frees-io/freestyle) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/frees-io/freestyle/master/LICENSE) [![Join the chat at https://gitter.im/47deg/freestyle](https://badges.gitter.im/47deg/freestyle.svg)](https://gitter.im/47deg/freestyle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/frees-io/freestyle.svg)](https://github.com/frees-io/freestyle/issues) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.17.svg)](http://scala-js.org)

[comment]: # (End Badges)

Expand Down Expand Up @@ -115,50 +115,50 @@ For Scala.jvm:

```scala
// required
libraryDependencies += "io.frees" %% "frees-core" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-core" % "0.6.2"

// optional - effects and patterns
libraryDependencies += "io.frees" %% "frees-effects" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-async" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-async-cats-effect" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-async-guava" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-cache" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-config" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-logging" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-effects" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-async" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-async-cats-effect" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-async-guava" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-cache" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-config" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-logging" % "0.6.2"

// optional - integrations
libraryDependencies += "io.frees" %% "frees-cache-redis" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-doobie" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-fetch" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-akka" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-finch" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-http-client" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-http4s" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-monix" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-play" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-slick" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-twitter-util" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-cache-redis" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-doobie" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-fetch" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-akka" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-finch" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-http-client" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-http4s" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-monix" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-play" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-slick" % "0.6.2"
libraryDependencies += "io.frees" %% "frees-twitter-util" % "0.6.2"
```

For Scala.js:

```scala
// required
libraryDependencies += "io.frees" %%% "frees-core" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-core" % "0.6.2"

// optional - effects and patterns
libraryDependencies += "io.frees" %%% "frees-effects" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-async" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-async-cats-effect" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-async-fs2" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-async-monix" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-cache" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-http-client" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-logging" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-effects" % "0.6.2"
libraryDependencies += "io.frees" %%% "frees-async" % "0.6.2"
libraryDependencies += "io.frees" %%% "frees-async-cats-effect" % "0.6.2"
libraryDependencies += "io.frees" %%% "frees-async-fs2" % "0.6.2"
libraryDependencies += "io.frees" %%% "frees-async-monix" % "0.6.2"
libraryDependencies += "io.frees" %%% "frees-cache" % "0.6.2"
libraryDependencies += "io.frees" %%% "frees-http-client" % "0.6.2"
libraryDependencies += "io.frees" %%% "frees-logging" % "0.6.2"

// optional - integrations
libraryDependencies += "io.frees" %%% "frees-fetch" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-monix" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-fetch" % "0.6.2"
libraryDependencies += "io.frees" %%% "frees-monix" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/tut/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ addCompilerPlugin("org.scalameta" % "paradise" % "3.0.0-M10" cross CrossVersion.
For Scala.jvm:

```scala
libraryDependencies += "io.frees" %% "frees-core" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-core" % "0.6.2"
```

For Scala.js:

```scala
libraryDependencies += "io.frees" %%% "frees-core" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-core" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/tut/docs/effects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Freestyle comes with a built-in list of ready-to-use effects modeled as `@free`
For Scala.jvm:

```scala
libraryDependencies += "io.frees" %% "frees-effects" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-effects" % "0.6.2"
```

For Scala.js:

```scala
libraryDependencies += "io.frees" %%% "frees-effects" % "0.6.1"
libraryDependencies += "io.frees" %%% "frees-effects" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/tut/docs/effects/async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ To use the _frees-async_ module, you need to include one of the following depend
[comment]: # (Start Replace)

```scala
libraryDependencies += "io.frees" %% "frees-async" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-async" % "0.6.2"

// and if you want to use cats.effect.IO or Monix' Task:
libraryDependencies += "io.frees" %% "frees-async-cats-effect" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-async-cats-effect" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/effects/cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In order to enable this algebra, you can depend on _freestyle-cache_:
[comment]: # (Start Replace)

```scala
libraryDependencies += "io.frees" %% "frees-cache" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-cache" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/http/finch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can add the _frees-finch_ module as follows:
[comment]: # (Start Replace)

```scala
libraryDependencies += "io.frees" %% "frees-finch" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-finch" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/http/hammock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ First of all, include the _frees-http-client_ as follows:
[comment]: # (Start Replace)

```scala
libraryDependencies += "io.frees" %% "frees-http-client" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-http-client" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/http/http4s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can add the _frees-http4s_ module as follows:
[comment]: # (Start Replace)

```scala
libraryDependencies += "io.frees" %% "frees-http4s" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-http4s" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/integrations/akkahttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You need to import it separately, by adding the following dependency:
[comment]: # (Start Replace)

```scala
libraryDependencies += "io.frees" %% "frees-akka" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-akka" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/integrations/play/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To enable this integration you can depend on _freestyle-http-play_ with [Play fr
[comment]: # (Start Replace)

```scala
libraryDependencies += "io.frees" %% "frees-play" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-play" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/patterns/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To enable this integration, you can depend on _frees-config_:
[comment]: # (Start Replace)

```scala
libraryDependencies += "io.frees" %% "frees-config" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-config" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/patterns/logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In order to enable this integration, you can depend on _frees-logging_:
[comment]: # (Start Replace)

```scala
libraryDependencies += "io.frees" %% "frees-logging" % "0.6.1"
libraryDependencies += "io.frees" %% "frees-logging" % "0.6.2"
```

[comment]: # (End Replace)
Expand Down

0 comments on commit b5af9e4

Please sign in to comment.