scala-s3
aws s3 client in scala
git clone https://9o.is/git/scala-s3.git
commit 8173f8c8eb6a5eb3e764b7eb40d02d804ce72312 parent 67d805567cd16ab52258a8cba6cdd2e1f7534ee6 Author: Jul <jul@9o.is> Date: Fri, 6 Jun 2014 02:14:54 -0400 changed org and project name Diffstat:
| M | project/Build.scala | | | 2 | +- |
| M | project/BuildSettings.scala | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/project/Build.scala b/project/Build.scala @@ -5,7 +5,7 @@ object LiftProjectBuild extends Build { import BuildSettings._ - lazy val root = Project("s3", file(".")) + lazy val root = Project("aws-s3", file(".")) .settings(appSettings: _*) .settings(libraryDependencies ++= Seq( diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -9,9 +9,9 @@ object BuildSettings { val buildTime = SettingKey[String]("build-time") val basicSettings = Defaults.defaultSettings ++ Seq( - name := "s3", + name := "aws-s3", version := "0.1", - organization := "PYC", + organization := "inc.pyc", scalaVersion := "2.10.3", scalacOptions <<= scalaVersion map { sv: String => if (sv.startsWith("2.10."))