Skip to content

Commit b8a7fb3

Browse files
committed
cats: can't track deleted branch 1.0, use a tag instead
1 parent d472b1e commit b8a7fb3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

configs/community.dbuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@ build += {
655655
check-missing: false // ignore missing scalafmt
656656
}
657657

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.
658662
${vars.base} {
659663
name: "cats"
660664
uri: ${vars.uris.cats-uri}

configs/project-refs.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars.uris: {
2727
case-app-uri: "https://github.com/scalacommunitybuild/case-app.git#community-build-2.12"
2828
catalysts-uri: "https://github.com/typelevel/catalysts.git#f8676a18" # was master
2929
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"
3131
circe-config-uri: "https://github.com/circe/circe-config.git"
3232
circe-uri: "https://github.com/circe/circe.git#c23f22547"
3333
classutil-uri: "https://github.com/bmc/classutil.git"

0 commit comments

Comments
 (0)