File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ scalacOptions += "-Ypartial-unification"
80
80
And then create the Cats dependency, by adding the following to your ` build.sbt ` :
81
81
82
82
``` scala
83
- libraryDependencies += " org.typelevel" %% " cats-core" % " 2.7 .0"
83
+ libraryDependencies += " org.typelevel" %% " cats-core" % " 2.8 .0"
84
84
```
85
85
86
86
This will pull in the cats-core module. If you require some other
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ scalacOptions += "-Ypartial-unification"
80
80
And then create the Cats dependency, by adding the following to your ` build.sbt ` :
81
81
82
82
``` scala
83
- libraryDependencies += " org.typelevel" %% " cats-core" % " 2.7.0 "
83
+ libraryDependencies += " org.typelevel" %% " cats-core" % " @VERSION@ "
84
84
```
85
85
86
86
This will pull in the cats-core module. If you require some other
You can’t perform that action at this time.
0 commit comments