Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Bump MarathonUI Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Nov 10, 2015
1 parent 7d7e7de commit 64033e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ object Dependency {
val PlayJson = "2.4.3"
val JsonSchemaValidator = "2.2.6"
val RxScala = "0.25.0"
val MarathonUI = "0.13.2"
val MarathonUI = "0.13.3"
val MarathonApiConsole = "0.1.1"
val Graphite = "3.1.2"
val DataDog = "1.1.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import akka.pattern.ask
import mesosphere.marathon.api.v2.json.Formats._
import mesosphere.marathon.event._
import mesosphere.marathon.event.http.SubscribersKeeperActor.GetSubscribers
import spray.client.pipelining.{sendReceive, _}
import spray.http.{HttpRequest, HttpResponse}
import spray.client.pipelining.{ sendReceive, _ }
import spray.http.{ HttpRequest, HttpResponse }
import spray.httpx.PlayJsonSupport

import scala.concurrent.Future
import scala.util.{Failure, Success}
import scala.util.{ Failure, Success }

class HttpEventActor(val subscribersKeeper: ActorRef) extends Actor with ActorLogging with PlayJsonSupport {

Expand Down

0 comments on commit 64033e0

Please sign in to comment.