Change organization

This commit is contained in:
Alexandre Archambault 2015-06-22 22:34:18 +01:00
parent 17258e72ae
commit 35b5790be7
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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"),