We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0af8c1e + 84512b1 commit cdf74b8Copy full SHA for cdf74b8
sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala
@@ -34,7 +34,7 @@ object DottyPlugin extends AutoPlugin {
34
35
// get latest nightly version from maven
36
def fetchSource(version: String): (scala.io.BufferedSource, String) =
37
- try Source.fromURL(s"http://repo1.maven.org/maven2/ch/epfl/lamp/dotty_$version/maven-metadata.xml") -> version
+ try Source.fromURL(s"https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_$version/maven-metadata.xml") -> version
38
catch { case t: java.io.FileNotFoundException =>
39
val major :: minor :: Nil = version.split('.').toList
40
if (minor.toInt <= 0) throw t
0 commit comments