From 35b5790be7f5db6352a573f94e319813910fa5a1 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 22 Jun 2015 22:34:18 +0100 Subject: [PATCH] Change organization --- USAGE.md | 2 +- project/Coursier.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/USAGE.md b/USAGE.md index 37a3aa327..a0357fde2 100644 --- a/USAGE.md +++ b/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, diff --git a/project/Coursier.scala b/project/Coursier.scala index c081b4409..1b260304c 100644 --- a/project/Coursier.scala +++ b/project/Coursier.scala @@ -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"),