Skip to content

Commit 8844a51

Browse files
committed
Updatimpact badge
1 parent cc911d6 commit 8844a51

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
sudo: false
12
language: scala
23
scala:
3-
- 2.11.7
4+
- 2.11.7
5+
script:
6+
- sbt ++$TRAVIS_SCALA_VERSION test updateImpactSubmit

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Web & mobile sessions for akka-http
22

33
[![Build Status](https://travis-ci.org/softwaremill/akka-http-session.svg?branch=master)](https://travis-ci.org/softwaremill/akka-http-session)
4-
54
[![Join the chat at https://gitter.im/softwaremill/akka-http-session](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/softwaremill/akka-http-session?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6-
75
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.akka-http-session/core_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.akka-http-session/core_2.11)
6+
[![Dependencies](https://app.updateimpact.com/badge/634276070333485056/akka-http-session.svg?config=compile)](https://app.updateimpact.com/latest/634276070333485056/akka-http-session)
87

98
[akka-http](http://doc.akka.io/docs/akka-stream-and-http-experimental/2.0-M1/scala/http/) is an experimental Akka
109
module, originating from [spray.io](http://spray.io), for building *reactive* REST services with an elegant DSL.

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lazy val rootProject = (project in file("."))
4444
.settings(commonSettings: _*)
4545
.settings(
4646
publishArtifact := false,
47-
name := "root")
47+
name := "akka-http-session")
4848
.aggregate(core, jwt, example)
4949

5050
lazy val core: Project = (project in file("core"))

project/plugins.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
22

33
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.4.0")
4+
5+
addSbtPlugin("com.updateimpact" % "updateimpact-sbt-plugin" % "2.1.1")

0 commit comments

Comments
 (0)