File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -655,6 +655,10 @@ build += {
655
655
check-missing: false // ignore missing scalafmt
656
656
}
657
657
658
+ // we are currently using the v1.0.1 tag.
659
+ // we used to track that 1.0 branch, but that branch was deleted.
660
+ // at some point we might like to try moving to a newer tag such as v1.1.0
661
+ // or beyond, or even track master.
658
662
${vars.base} {
659
663
name: "cats"
660
664
uri: ${vars.uris.cats-uri}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ vars.uris: {
27
27
case-app-uri: "https://github.com/scalacommunitybuild/case-app.git#community-build-2.12"
28
28
catalysts-uri: "https://github.com/typelevel/catalysts.git#f8676a18" # was master
29
29
cats-effect-uri: "https://github.com/typelevel/cats-effect.git#v0.10" # was master
30
- cats-uri: "https://github.com/typelevel/cats.git#1.0 "
30
+ cats-uri: "https://github.com/typelevel/cats.git#v1.0.1 "
31
31
circe-config-uri: "https://github.com/circe/circe-config.git"
32
32
circe-uri: "https://github.com/circe/circe.git#c23f22547"
33
33
classutil-uri: "https://github.com/bmc/classutil.git"
You can’t perform that action at this time.
0 commit comments