Commit e419584 1 parent 06c6e3e commit e419584 Copy full SHA for e419584
File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
27
27
addCommandAlias(" verifyCodeStyle" , " scalafmtCheckAll; scalafmtSbtCheck; +headerCheckAll; javafmtCheckAll" )
28
28
addCommandAlias(" applyCodeStyle" , " +headerCreateAll; scalafmtAll; scalafmtSbt; javafmtAll" )
29
29
30
- ThisBuild / resolvers += Resolver .ApacheMavenSnapshotsRepo
31
-
32
30
inThisBuild(Def .settings(
33
31
apiURL := {
34
32
val apiVersion = if (isSnapshot.value) " current" else version.value
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
22
22
addSbtPlugin(" com.lightbend.sbt" % " sbt-bill-of-materials" % " 1.0.2" )
23
23
addSbtPlugin(" com.github.sbt" % " sbt-license-report" % " 1.6.1" )
24
24
25
- resolvers += Resolver .ApacheMavenSnapshotsRepo
26
- addSbtPlugin(" org.apache.pekko" % " pekko-sbt-paradox" % " 1.0.1-RC1+5-13892678-SNAPSHOT" )
25
+ addSbtPlugin(" org.apache.pekko" % " pekko-sbt-paradox" % " 1.0.1" )
27
26
28
27
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
29
28
addSbtPlugin(" net.bzzt" % " sbt-reproducible-builds" % " 0.32" )
You can’t perform that action at this time.
0 commit comments