Skip to content

Commit

Permalink
updated the finagle version to 17.12.0 and cats to 1.0.0 and bumped u…
Browse files Browse the repository at this point in the history
…p the version
  • Loading branch information
harrydevnull committed Jan 13, 2018
1 parent fe1e541 commit d44dd6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -7,14 +7,14 @@ enablePlugins(TutPlugin)

lazy val buildSettings = Seq(
organization := "io.github.finagle",
version := "0.3.2",
version := "0.3.3",
scalaVersion := "2.12.2",
crossScalaVersions := Seq("2.11.11", "2.12.2")
)

val finagleVersion = "6.44.0"
val shapelessVersion = "2.3.2"
val catsVersion = "1.0.0-RC1"
val finagleVersion = "17.12.0"
val shapelessVersion = "2.3.3"
val catsVersion = "1.0.0"

lazy val docSettings = Seq(
autoAPIMappings := true
Expand Down
2 changes: 1 addition & 1 deletion featherbed-circe/build.sbt
@@ -1,6 +1,6 @@
name := "featherbed-circe"

val circeVersion = "0.9.0-M2"
val circeVersion = "0.9.0"

libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % circeVersion,
Expand Down

0 comments on commit d44dd6c

Please sign in to comment.