File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- import sbtcrossproject .CrossPlugin .autoImport .*
2- import BuildHelper .{crossProjectSettings , * }
3- import org .scalajs .sbtplugin .ScalaJSPlugin .autoImport .*
1+ import sbtcrossproject .CrossPlugin .autoImport ._
2+ import BuildHelper .{ crossProjectSettings , _ }
3+ import org .scalajs .sbtplugin .ScalaJSPlugin .autoImport ._
44import com .typesafe .tools .mima .plugin .MimaKeys .mimaPreviousArtifacts
5- import sbt .{Resolver , ThisBuild }
65
76Global / onChangedBuildSource := ReloadOnSourceChanges
87
@@ -35,8 +34,6 @@ inThisBuild(
3534 pgpPassphrase := sys.env.get(" PGP_PASSWORD" ).map(_.toArray),
3635 pgpPublicRing := file(" /tmp/public.asc" ),
3736 pgpSecretRing := file(" /tmp/secret.asc" ),
38- resolvers ++= Resolver .sonatypeOssRepos(" snapshots" ),
39- resolvers ++= Resolver .sonatypeOssRepos(" staging" )
4037 )
4138)
4239
You can’t perform that action at this time.
0 commit comments