mirror of https://github.com/sbt/sbt.git
Change organization
This commit is contained in:
parent
17258e72ae
commit
35b5790be7
2
USAGE.md
2
USAGE.md
|
|
@ -5,7 +5,7 @@ Ensure you have a dependency on its artifact, e.g. add in `build.sbt`,
|
|||
resolvers += Resolver.sonatypeRepo("snapshots")
|
||||
|
||||
libraryDependencies +=
|
||||
"eu.frowning-lambda" %% "coursier" % "0.1.0-SNAPSHOT"
|
||||
"com.github.alexarchambault" %% "coursier" % "0.1.0-SNAPSHOT"
|
||||
```
|
||||
|
||||
Then,
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ object CoursierBuild extends Build {
|
|||
) ++ releaseSettings
|
||||
|
||||
lazy val commonSettings = Seq[Setting[_]](
|
||||
organization := "eu.frowning-lambda",
|
||||
organization := "com.github.alexarchambault",
|
||||
version := "0.1.0-SNAPSHOT",
|
||||
scalaVersion := "2.11.6",
|
||||
crossScalaVersions := Seq("2.10.5", "2.11.6"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue