Skip to content

Commit d070bae

Browse files
committed
gah, that cats tag didn't work, use last green commit
1 parent b8a7fb3 commit d070bae

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

configs/community.dbuild

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

658-
// we are currently using the v1.0.1 tag.
658+
// we are currently frozen at the last green commit.
659659
// 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.)
662663
${vars.base} {
663664
name: "cats"
664665
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#v1.0.1"
30+
cats-uri: "https://github.com/typelevel/cats.git#411278a531ec4" # was 1.0
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)