This commit is contained in:
Josh Soref 2019-09-05 14:11:06 -04:00
parent a348a0f849
commit 931a2f003b
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
[StackOverflow]: http://stackoverflow.com/tags/sbt
[StackOverflow]: https://stackoverflow.com/tags/sbt
[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
[Issues]: https://github.com/sbt/sbt/issues
[sbt-contrib]: https://gitter.im/sbt/sbt-contrib

View File

@ -7,7 +7,7 @@
[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
[FAQ]: http://www.scala-sbt.org/release/docs/Faq.html
[sbt-dev]: https://groups.google.com/d/forum/sbt-dev
[searching]: http://stackoverflow.com/tags/sbt
[searching]: https://stackoverflow.com/tags/sbt
[asking]: https://stackoverflow.com/questions/ask?tags=sbt
[LICENSE]: LICENSE
[sbt/io]: https://github.com/sbt/io

View File

@ -1,4 +1,4 @@
package sbttest // you need package http://stackoverflow.com/questions/9822008/
package sbttest // you need package https://stackoverflow.com/questions/9822008/
import sbt._, Keys._
import java.util.concurrent.atomic.{AtomicInteger => AInt}

View File

@ -1,4 +1,4 @@
package sbttest // you need package http://stackoverflow.com/questions/9822008/
package sbttest // you need package https://stackoverflow.com/questions/9822008/
import sbt._, Keys._