Skip to content

Commit

Permalink
Update versions in todo-spray example
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed May 10, 2017
1 parent 9c0a2e9 commit 7f757fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/todo-spray/build.sbt
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,9 @@
name := "TodoService" name := "TodoService"
version := "0.1.0" version := "0.1.0"
scalaVersion := "2.11.8" scalaVersion := "2.11.11"


val sprayVersion = "1.3.4" val sprayVersion = "1.3.4"
val circeVersion = "0.7.0" val circeVersion = "0.8.0"


libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"io.circe" %% "circe-generic" % circeVersion, "io.circe" %% "circe-generic" % circeVersion,
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-spray/project/build.properties
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 0.13.13 sbt.version=0.13.15

0 comments on commit 7f757fc

Please sign in to comment.