Skip to content

Commit

Permalink
Rename the project umbrella setting to akka
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Sep 1, 2016
1 parent 4c27492 commit 4ecc6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -30,7 +30,7 @@ object Build extends AutoPlugin {

override lazy val projectSettings = Seq(
git.baseVersion := "3.0.0",
projectName := "akka-stream-json",
projectName := "akka", // see https://github.com/knutwalker/akka-stream-json/pull/4#issuecomment-244199557 for why it's akka and not akka-stream-json
organization := "de.knutwalker",
description := "Json support for Akka Streams/Http via Jawn",
maintainer := "Paul Horn",
Expand Down

0 comments on commit 4ecc6c4

Please sign in to comment.