We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e958ef5 commit 0e16a4dCopy full SHA for 0e16a4d
2 files changed
github4s/src/test/scala/github4s/utils/TestData.scala
@@ -114,7 +114,7 @@ trait TestData {
114
115
val encoding = Some("utf-8")
116
117
- val validRefSingle = "heads/master"
+ val validRefSingle = "heads/main"
118
val validRefMultiple = "heads/feature"
119
val invalidRef = "heads/feature-branch-that-no-longer-exists"
120
project/ProjectPlugin.scala
@@ -15,7 +15,7 @@ object ProjectPlugin extends AutoPlugin {
15
16
lazy val V = new {
17
val base64: String = "0.3.0"
18
- val cats: String = "2.5.0"
+ val cats: String = "2.6.0"
19
val circe: String = "0.13.0"
20
val http4s: String = "0.21.22"
21
val paradise: String = "2.1.1"
0 commit comments