Skip to content

Commit 8e78cc0

Browse files
authored
Remove unnecessary sonatype resolvers for firrtl (#3182)
Remove deprecated "sonatypeRepo" from firrtl compilation unit. This is unnecessary given that the firrtl compilation unit uses "commonSettings" which already include the non-deprecated versions of the Sonatype Repositories. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
1 parent 55807cd commit 8e78cc0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,7 @@ lazy val firrtlSettings = Seq(
161161
case Some((2, major)) if major <= 12 => Seq()
162162
case _ => Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4")
163163
}
164-
},
165-
resolvers ++= Seq(
166-
Resolver.sonatypeRepo("snapshots"),
167-
Resolver.sonatypeRepo("releases")
168-
)
164+
}
169165
)
170166

171167
lazy val mimaSettings = Seq(

0 commit comments

Comments
 (0)