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

Commit

Permalink
Merge pull request #1 from meetup/Update_json4s_library
Browse files Browse the repository at this point in the history
MUP-17325 Fix json4s compatibility issue
  • Loading branch information
mkleymenov committed Nov 28, 2017
2 parents aa97901 + cec1af8 commit 6c08810
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prints

[![Build Status](https://travis-ci.org/softprops/prints.svg)](https://travis-ci.org/softprops/prints)
[![Build Status](https://travis-ci.org/meetup/prints.svg?branch=master)](https://travis-ci.org/meetup/prints)

a [jwt](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32) finger printer

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "me.lessis"

name := "prints"

version := "0.1.0"
version := "0.1.2"

description := "jwt interface for scala"

Expand All @@ -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 6c08810

Please sign in to comment.