scala-tour
scala-tour copied to clipboard
update url in the section of lazy initialization
The url in the section of lazy initialization is out of date
val version = new ScalaCurrentVersion("https://raw.github.com/scala/scala/master/build.number")
master branch had been removed from scala's repo. An alternative might be "https://raw.github.com/scala/scala/2.12.x/build.number"