Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Updated json4s dependency to the latest stable version (3.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleymenov committed Nov 28, 2017
1 parent aa97901 commit 25ee95e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
.idea
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resolvers += "softprops-maven" at "http://dl.bintray.com/content/softprops/maven

libraryDependencies ++= Seq(
"me.lessis" %% "base64" % "0.2.0",
"org.json4s" %% "json4s-native" % "3.2.11",
"org.json4s" %% "json4s-native" % "3.5.3",
"org.scalatest" %% "scalatest" % "2.2.1" % "test"
)

Expand Down

0 comments on commit 25ee95e

Please sign in to comment.