File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
1
2
language : scala
2
3
scala :
3
- - 2.11.7
4
+ - 2.11.7
5
+ script :
6
+ - sbt ++$TRAVIS_SCALA_VERSION test updateImpactSubmit
Original file line number Diff line number Diff line change 1
1
# Web & mobile sessions for akka-http
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/softwaremill/akka-http-session.svg?branch=master )] ( https://travis-ci.org/softwaremill/akka-http-session )
4
-
5
4
[ ![ 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
-
7
5
[ ![ 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 )
8
7
9
8
[ akka-http] ( http://doc.akka.io/docs/akka-stream-and-http-experimental/2.0-M1/scala/http/ ) is an experimental Akka
10
9
module, originating from [ spray.io] ( http://spray.io ) , for building * reactive* REST services with an elegant DSL.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ lazy val rootProject = (project in file("."))
44
44
.settings(commonSettings : _* )
45
45
.settings(
46
46
publishArtifact := false ,
47
- name := " root " )
47
+ name := " akka-http-session " )
48
48
.aggregate(core, jwt, example)
49
49
50
50
lazy val core : Project = (project in file(" core" ))
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.typesafe.sbt" % " sbt-pgp" % " 0.8.3" )
2
2
3
3
addSbtPlugin(" org.scalariform" % " sbt-scalariform" % " 1.4.0" )
4
+
5
+ addSbtPlugin(" com.updateimpact" % " updateimpact-sbt-plugin" % " 2.1.1" )
You can’t perform that action at this time.
0 commit comments