Skip to content

Commit 50e75c5

Browse files
committed
Remove snapshots resolver, we don't publish Scala snapshots
1 parent 1f05111 commit 50e75c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/scala/ScalaModulePlugin.scala

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ object ScalaModulePlugin extends Plugin {
2020
// so we don't have to wait for sonatype to synch to maven central when deploying a new module
2121
resolvers += Resolver.sonatypeRepo("releases"),
2222

23-
// to allow compiling against snapshot versions of Scala
24-
resolvers += Resolver.sonatypeRepo("snapshots"),
25-
26-
// resolvers += "scala-release-temp" at "http://private-repo.typesafe.com/typesafe/scala-release-temp/"
27-
2823
// don't use for doc scope, scaladoc warnings are not to be reckoned with
2924
// TODO: turn on for nightlies, but don't enable for PR validation... "-Xfatal-warnings"
3025
scalacOptions in compile ++= Seq("-optimize", "-feature", "-deprecation", "-unchecked", "-Xlint"),

0 commit comments

Comments
 (0)