Skip to content

Commit 5a38316

Browse files
committed
Fix default AWS role
1 parent 64d8648 commit 5a38316

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project/plugins.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ resolvers += Resolver.jcenterRepo
22

33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
44

5-
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "13.0.2")
5+
// Temporary until maven central sync, to be removed
6+
resolvers += Resolver.sonatypeRepo("releases")
7+
8+
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "13.0.3")

0 commit comments

Comments
 (0)