Skip to content

Commit

Permalink
sbt for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Kemmerling committed Feb 5, 2014
1 parent fc5fe1f commit 9f7a971
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ project/plugins/project/
.scala_dependencies

notes.txt

releases
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
organization := "fortytwo.franz"

name := "franz"

Expand All @@ -14,3 +15,5 @@ libraryDependencies += "com.amazonaws" % "aws-java-sdk" % "1.6.12"
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.2.1"

libraryDependencies += "com.typesafe.play" %% "play-iteratees" % "2.2.1"

publishTo := Some(Resolver.file("file", new File( "releases/" )) )

0 comments on commit 9f7a971

Please sign in to comment.