Skip to content

Commit 4f1f7b9

Browse files
authored
Merge pull request #13346 from mkurz/fix_pin
[3.0.x] Fix groupid in scala steward conf
2 parents 858e54a + 471100b commit 4f1f7b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scala-steward.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ updates.pin = [
8181
{ groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder", version = "7.3." },
8282
{ groupId = "org.specs2", version = "4.20." },
8383
{ groupId = "org.scalacheck", artifactId = "scalacheck", version = "1.17.0." },
84-
{ groupId = "com.github.ben-manes", artifactId = "caffeine", version = "3.1." },
85-
{ groupId = "com.github.ben-manes", artifactId = "jcache", version = "3.1." }
84+
{ groupId = "com.github.ben-manes.caffeine", artifactId = "caffeine", version = "3.1." },
85+
{ groupId = "com.github.ben-manes.caffeine", artifactId = "jcache", version = "3.1." }
8686
]
8787

8888
updatePullRequests = never

0 commit comments

Comments
 (0)