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

Commit

Permalink
update swagger-core and jackson versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Dec 7, 2019
1 parent 4261ea2 commit b08d0d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project is compatible with [swagger-core](https://github.com/swagger-api/sw
To enable the swagger-scala-module, include the appropriate version in your project:

```
"io.swagger" %% "swagger-scala-module" % "1.0.3"
"io.swagger" %% "swagger-scala-module" % "1.0.6-SNAPSHOT"
```

Which will include the proper cross-publish version of swagger-scala-module.
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ pomIncludeRepository := { x => false }

libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"io.swagger" % "swagger-core" % "1.5.22",
"io.swagger" % "swagger-core" % "1.5.24",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.9",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.10",
"junit" % "junit" % "4.12" % "test"
)

Expand Down

0 comments on commit b08d0d6

Please sign in to comment.