File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -655,10 +655,11 @@ build += {
655
655
check-missing: false // ignore missing scalafmt
656
656
}
657
657
658
- // we are currently using the v1.0.1 tag .
658
+ // we are currently frozen at the last green commit .
659
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.
660
+ // at some point we might like to try moving to a tag such as v1.1.0
661
+ // or beyond, or even track master. (I tried the v1.0.1 tag but got
662
+ // some weird error during dependency extraction.)
662
663
${vars.base} {
663
664
name: "cats"
664
665
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#v1.0.1"
30
+ cats-uri: "https://github.com/typelevel/cats.git#411278a531ec4" # was 1.0
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