Skip to content

Commit

Permalink
Get rid of runtime json4s dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Oct 29, 2018
1 parent fc29c08 commit fc9e19d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.5
sbt.version=1.2.3
7 changes: 4 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ object Dependencies {
lazy val halDeps = libraryDependencies ++= Seq(json4sJackson)

lazy val swaggerDeps = libraryDependencies ++= Seq(
json4s,
json4sJackson,
scalaXml,
swaggerCore,
swaggerModels
swaggerModels,

json4s % "test",
json4sJackson % "test"
)

lazy val exampleDeps = libraryDependencies ++= Seq(
Expand Down

0 comments on commit fc9e19d

Please sign in to comment.