Skip to content

Commit

Permalink
Bumped versions in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Jul 27, 2021
1 parent e8b71c7 commit 39a36d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ title: Installation
Add the following dependencies to your `build.sbt`.

```sbt
libraryDependencies += "org.typelevel" %% "cats-effect" % "2.5.1"
libraryDependencies += "org.typelevel" %% "cats-effect" % "2.5.2"
```
4 changes: 2 additions & 2 deletions docs/guides/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ same dependencies and compilation options:
```scala
name := "cats-effect-tutorial"

version := "2.2.0"
version := "2.5.2"

scalaVersion := "2.12.8"

libraryDependencies += "org.typelevel" %% "cats-effect" % "2.2.0" withSources() withJavadoc()
libraryDependencies += "org.typelevel" %% "cats-effect" % "2.5.2" withSources() withJavadoc()

scalacOptions ++= Seq(
"-feature",
Expand Down

0 comments on commit 39a36d6

Please sign in to comment.