Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
update scala version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Nov 5, 2021
1 parent 98a3d1e commit c1f63f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Functional bindings for ZeroMQ built-in on top of [cats-effect](https://github.c

## Quick Start

To use ƒMQ in an existing SBT project with Scala 2.12 or a later version, add the following dependency to your `build.sbt`:
To use ƒMQ in an existing SBT project with Scala 2.13 or a later version, add the following dependency to your `build.sbt`:

```scala
libraryDependencies += "io.github.irevive" %% "fmq-core" % "<version>"
Expand Down Expand Up @@ -39,7 +39,7 @@ Check the [official guide](https://irevive.github.io/fmq/) for additional inform

## Benchmarks

ƒMQ provides a great message throughput comparing to the native implementation.
ƒMQ provides an acceptable message throughput in comparison to the native implementation.

[ƒMQ](https://github.com/iRevive/fmq/blob/master/bench/src/main/scala/io/fmq/SocketBenchmark.scala) msgs/s:

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: index
title: Getting started
---

To use ƒMQ in an existing SBT project with Scala 2.12 or a later version, add the following dependency to your `build.sbt`:
To use ƒMQ in an existing SBT project with Scala 2.13 or a later version, add the following dependency to your `build.sbt`:

```scala
libraryDependencies += "io.github.irevive" %% "fmq-core" % "@VERSION@"
Expand Down

0 comments on commit c1f63f9

Please sign in to comment.