Skip to content

Commit 3bb6dc0

Browse files
committed
clean
1 parent 10132a9 commit 3bb6dc0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.sbt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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._
44
import com.typesafe.tools.mima.plugin.MimaKeys.mimaPreviousArtifacts
5-
import sbt.{Resolver, ThisBuild}
65

76
Global / 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

0 commit comments

Comments
 (0)