Skip to content

Commit

Permalink
Merge pull request #224 from brharrington/dependency-updates
Browse files Browse the repository at this point in the history
update to eureka-client-1.4.0 and bump some others
  • Loading branch information
brharrington committed Feb 12, 2016
2 parents fc15b32 + a598658 commit 93728b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import sbt._
object Dependencies {
object Versions {
val archaius = "2.0.0-rc.33"
val eureka = "1.3.7"
val eureka = "1.4.0"
val guice = "4.0"
val karyon3 = "3.0.1-rc.20"
val rxnetty = "0.4.15"
val scala = "2.11.7"
val slf4j = "1.7.13"
val spectator = "0.35.0"
val slf4j = "1.7.16"
val spectator = "0.35.1"
}

import Versions._
Expand All @@ -35,7 +35,7 @@ object Dependencies {
val junit = "junit" % "junit" % "4.12"
val junitInterface = "com.novocode" % "junit-interface" % "0.11"
val jzlib = "com.jcraft" % "jzlib" % "1.1.3"
val rxjava = "io.reactivex" % "rxjava" % "1.1.0"
val rxjava = "io.reactivex" % "rxjava" % "1.1.1"
val rxnettyCore = "io.reactivex" % "rxnetty" % rxnetty
val rxnettyCtxts = "io.reactivex" % "rxnetty-contexts" % rxnetty
val rxnettySpectator= "io.reactivex" % "rxnetty-spectator" % rxnetty
Expand Down

0 comments on commit 93728b7

Please sign in to comment.