Skip to content

Commit

Permalink
Update README.md for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
channingwalton committed Feb 23, 2024
1 parent 0d0cd29 commit 771274a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,10 +17,10 @@ TreeLog achieves this remarkable feat with a Writer monad writing to a Tree repr
Getting TreeLog
---------------

Scala 2.13.x, 3.3.x and Cats 2.9.0:
Scala 2.13.x, 3.3.x and Cats 2.10.0:

```scala
libraryDependencies ++= Seq("com.casualmiracles" %% "treelog-cats" % "1.9.0")
libraryDependencies ++= Seq("com.casualmiracles" %% "treelog-cats" % "1.9.1")
```

TreeLog Examples
Expand Down

0 comments on commit 771274a

Please sign in to comment.