diff --git a/README.md b/README.md
index 2b65647..a3ef1cc 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Add the following dependency to your `build.sbt`,
```
resolvers += "witi83 at bintray" at "http://dl.bintray.com/witi83/maven"
-libraryDependencies += "com.github.witi83" %% "akka-jwt" % "1.3.0"
+libraryDependencies += "com.github.witi83" %% "akka-jwt" % "1.4.0"
```
Example
diff --git a/build.sbt b/build.sbt
index d18eb19..beb5acb 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
name := "akka-jwt"
organization := "com.github.witi83"
-version := "1.3.0"
+version := "1.4.0"
scalacOptions := Seq("-deprecation",
"-encoding", "utf8",
@@ -21,27 +21,16 @@ libraryDependencies ++= {
)
}
-publishMavenStyle := true
-
publishArtifact in Test := false
licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT"))
homepage := Some(url("https://github.com/witi83/akka-jwt"))
-pomExtra :=
- https://github.com/witi83/akka-jwt.git
- scm:git:https://github.com/witi83/akka-jwt.git
-
-
-
- kikuomax
- Kikuo Emoto
- https://github.com/kikuomax
-
-
- witi83
- Witold Czaplewski
- https://github.com/witi83
-
-
+scmInfo := Some(ScmInfo(url("https://github.com/witi83/akka-jwt"), "git@github.com:witi83/akka-jwt.git"))
+
+developers += Developer("witi83", "Witold Czaplewski", "witi83@web.de", url("https://github.com/witi83"))
+
+pomIncludeRepository := (_ => false)
+
+bintrayPackage := "akka-jwt"