mirror of https://github.com/sbt/sbt.git
This commit is contained in:
parent
a348a0f849
commit
931a2f003b
|
|
@ -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
|
[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
|
||||||
[Issues]: https://github.com/sbt/sbt/issues
|
[Issues]: https://github.com/sbt/sbt/issues
|
||||||
[sbt-contrib]: https://gitter.im/sbt/sbt-contrib
|
[sbt-contrib]: https://gitter.im/sbt/sbt-contrib
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
|
[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
|
||||||
[FAQ]: http://www.scala-sbt.org/release/docs/Faq.html
|
[FAQ]: http://www.scala-sbt.org/release/docs/Faq.html
|
||||||
[sbt-dev]: https://groups.google.com/d/forum/sbt-dev
|
[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
|
[asking]: https://stackoverflow.com/questions/ask?tags=sbt
|
||||||
[LICENSE]: LICENSE
|
[LICENSE]: LICENSE
|
||||||
[sbt/io]: https://github.com/sbt/io
|
[sbt/io]: https://github.com/sbt/io
|
||||||
|
|
|
||||||
|
|
@ -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 sbt._, Keys._
|
||||||
import java.util.concurrent.atomic.{AtomicInteger => AInt}
|
import java.util.concurrent.atomic.{AtomicInteger => AInt}
|
||||||
|
|
|
||||||
|
|
@ -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 sbt._, Keys._
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue