This commit is contained in:
Josh Soref 2019-09-05 14:11:04 -04:00
parent 52105ab62c
commit 5408c1021e
10 changed files with 17 additions and 17 deletions

View File

@ -1,14 +1,14 @@
[@eed3si9n]: https://github.com/eed3si9n
[@jsuereth]: https://github.com/jsuereth
[@dwijnand]: http://github.com/dwijnand
[@Duhemm]: http://github.com/Duhemm
[@dwijnand]: https://github.com/dwijnand
[@Duhemm]: https://github.com/Duhemm
[@gkossakowski]: https://github.com/gkossakowski
[@adriaanm]: https://github.com/adriaanm
[@jrudolph]: https://github.com/jrudolph
[@stuhood]: https://github.com/stuhood
[@pdalpra]: https://github.com/pdalpra
[@fkorotkov]: http://github.com/fkorotkov
[@fkorotkov]: https://github.com/fkorotkov
[@hgiddens]: https://github.com/hgiddens
[@DavidPerezIngeniero]: https://github.com/DavidPerezIngeniero
[@romanowski]: https://github.com/romanowski

View File

@ -60,14 +60,14 @@
[@eed3si9n]: https://github.com/eed3si9n
[@jsuereth]: https://github.com/jsuereth
[@dwijnand]: http://github.com/dwijnand
[@Duhemm]: http://github.com/Duhemm
[@dwijnand]: https://github.com/dwijnand
[@Duhemm]: https://github.com/Duhemm
[@gkossakowski]: https://github.com/gkossakowski
[@adriaanm]: https://github.com/adriaanm
[@jrudolph]: https://github.com/jrudolph
[@stuhood]: https://github.com/stuhood
[@pdalpra]: https://github.com/pdalpra
[@fkorotkov]: http://github.com/fkorotkov
[@fkorotkov]: https://github.com/fkorotkov
[@hgiddens]: https://github.com/hgiddens
[@DavidPerezIngeniero]: https://github.com/DavidPerezIngeniero
[@romanowski]: https://github.com/romanowski

View File

@ -6,7 +6,7 @@
[@aerskine]: https://github.com/aerskine
[@ajozwik]: https://github.com/ajozwik
[@dwickern]: https://github.com/dwickern
[@dwijnand]: http://github.com/dwijnand
[@dwijnand]: https://github.com/dwijnand
[@Duhemm]: https://github.com/Duhemm
[@kretes]: https://github.com/kretes
[@indrajitr]: https://github.com/indrajitr

View File

@ -3,14 +3,14 @@
[@eed3si9n]: https://github.com/eed3si9n
[@gkossakowski]: https://github.com/gkossakowski
[@jsuereth]: https://github.com/jsuereth
[@dwijnand]: http://github.com/dwijnand
[@dwijnand]: https://github.com/dwijnand
[@ajsquared]: https://github.com/ajsquared
[@jroper]: https://github.com/jroper
[@kamilkloch]: https://github.com/kamilkloch
[@DavidPerezIngeniero]: https://github.com/DavidPerezIngeniero
[@PanAeon]: https://github.com/PanAeon
[@asflierl]: http://github.com/asflierl
[@matthewfarwell]: http://github.com/matthewfarwell
[@asflierl]: https://github.com/asflierl
[@matthewfarwell]: https://github.com/matthewfarwell
[SI9027]: https://issues.scala-lang.org/browse/SI-9027
[1950]: https://github.com/sbt/sbt/pull/1950
[1987]: https://github.com/sbt/sbt/pull/1987

View File

@ -265,7 +265,7 @@ Too many people to thank here. See [Credits][Credits]
[Credits]: http://www.scala-sbt.org/1.x/docs/Credits.html
[Migrating-from-sbt-013x]: http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html
[@eed3si9n]: https://github.com/eed3si9n
[@dwijnand]: http://github.com/dwijnand
[@dwijnand]: https://github.com/dwijnand
[@jvican]: https://github.com/jvican
[@Duhemm]: https://github.com/Duhemm
[@jsuereth]: https://github.com/jsuereth

View File

@ -43,7 +43,7 @@ If you have a list of files:
[3481]: https://github.com/sbt/sbt/pull/3481
[util121]: https://github.com/sbt/util/pull/121
[@eed3si9n]: https://github.com/eed3si9n
[@dwijnand]: http://github.com/dwijnand
[@dwijnand]: https://github.com/dwijnand
[@jvican]: https://github.com/jvican
[@Duhemm]: https://github.com/Duhemm
[@jroper]: https://github.com/jroper

View File

@ -138,7 +138,7 @@ For all scripted tests in which `project/build.properties` exist, the value of t
This allows you to define scripted tests that track the minimum supported sbt versions, e.g. 0.13.9 and 1.0.0-RC2. [#3564][3564]/[#3566][3566] by [@jonas][@jonas]
[@eed3si9n]: https://github.com/eed3si9n
[@dwijnand]: http://github.com/dwijnand
[@dwijnand]: https://github.com/dwijnand
[@cunei]: https://github.com/cunei
[@jvican]: https://github.com/jvican
[@Duhemm]: https://github.com/Duhemm

View File

@ -22,7 +22,7 @@ When set to `true`, sbt shell will automatically start sbt server. Otherwise, it
[#3922][3922] by [@swaldman][@swaldman]
[@eed3si9n]: https://github.com/eed3si9n
[@dwijnand]: http://github.com/dwijnand
[@dwijnand]: https://github.com/dwijnand
[@cunei]: https://github.com/cunei
[@jvican]: https://github.com/jvican
[@Duhemm]: https://github.com/Duhemm

View File

@ -1,4 +1,4 @@
# test case for http://github.com/sbt/sbt/issues/676
# test case for https://github.com/sbt/sbt/issues/676
> compile
# fails with StackOverflowException
> showApis

View File

@ -20,8 +20,8 @@ lazy val customInfo = settingKey[Boolean]("")
def inlineXML(addInfo: Boolean, organization: String, moduleID: String, version: String): NodeSeq =
if (addInfo)
(<info organisation={organization} module={moduleID} revision={version}>
<license name="Two-clause BSD-style" url="http://github.com/szeiger/scala-query/blob/master/LICENSE.txt" />
<description homepage="http://github.com/szeiger/scala-query/">
<license name="Two-clause BSD-style" url="https://github.com/szeiger/scala-query/blob/master/LICENSE.txt" />
<description homepage="https://github.com/szeiger/scala-query/">
ScalaQuery is a type-safe database query API for Scala.
</description>
</info>