Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from redbubble/dep-updates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
vladzz authored Jan 10, 2018
2 parents 2e83637 + 5591330 commit 9721313
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You will need to add something like the following to your `build.sbt`:
```scala
resolvers += Resolver.jcenterRepo

libraryDependencies += "com.redbubble" %% "finagle-hawk" % "0.2.2"
libraryDependencies += "com.redbubble" %% "finagle-hawk" % "0.3.1"
```

# Usage
Expand Down
21 changes: 11 additions & 10 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,24 @@ resolvers ++= Seq(
Resolver.jcenterRepo,
Resolver.sonatypeRepo("releases"),
Resolver.sonatypeRepo("snapshots"),
"Twitter" at "http://maven.twttr.com"
"Twitter" at "http://maven.twttr.com",
Resolver.bintrayRepo("redbubble", "open-source")
)

lazy val rbUtilsVersion = "0.2.4"
lazy val catsVersion = "0.9.0"
lazy val mouseVersion = "0.9"
lazy val shapelessVersion = "2.3.2"
lazy val circeVersion = "0.8.0"
lazy val finagleVersion = "6.45.0"
lazy val rbUtilsVersion = "0.2.10"
lazy val catsVersion = "1.0.1"
lazy val mouseVersion = "0.16"
lazy val shapelessVersion = "2.3.3"
lazy val circeVersion = "0.9.0"
lazy val finagleVersion = "17.12.0"
lazy val jodaTimeVersion = "2.9.9"
lazy val jodaConvertVersion = "1.9"
lazy val specsVersion = "3.9.5"
lazy val jodaConvertVersion = "1.9.2"
lazy val specsVersion = "4.0.2"

libraryDependencies ++= Seq(
"com.redbubble" %% "rb-scala-utils" % rbUtilsVersion,
"org.typelevel" %% "cats-core" % catsVersion,
"com.github.benhutchison" %% "mouse" % mouseVersion,
"org.typelevel" %% "mouse" % mouseVersion,
"com.chuusai" %% "shapeless" % shapelessVersion,
"joda-time" % "joda-time" % jodaTimeVersion,
"org.joda" % "joda-convert" % jodaConvertVersion,
Expand Down

0 comments on commit 9721313

Please sign in to comment.