Skip to content

Commit

Permalink
Merge pull request #74 from mgd43b/finatra_21.6
Browse files Browse the repository at this point in the history
Finatra version bump to 21.6.0
  • Loading branch information
jakehschwartz authored Jun 28, 2021
2 parents da610ab + 55fc42d commit 0cdfbb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For older versions, see the original repository by [xiaodongw](https://github.co

The major and minor version of the library matches the Finatra major and minor version:
````sbt
libraryDependencies += "com.jakehschwartz" %% "finatra-swagger" % "21.3.0"
libraryDependencies += "com.jakehschwartz" %% "finatra-swagger" % "21.6.0"
````

First, create a subclass of a SwaggerModule
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ lazy val settings: Seq[sbt.Def.SettingsDefinition] = Seq(
)


lazy val twitterReleaseVersion = "21.4.0"
lazy val twitterReleaseVersion = "21.6.0"
lazy val jacksonVersion = "2.11.2"
val testLibs = Seq(
"com.twitter" %% "finatra-http-server" % twitterReleaseVersion % "test" classifier "tests",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.io.BufferedInputStream
import java.util.Date
import com.twitter.finagle.http.{Message, Request}
import com.twitter.finatra.http.Controller
import com.twitter.finatra.jackson.ScalaObjectMapper
import com.twitter.util.jackson.ScalaObjectMapper
import com.twitter.inject.annotations.Flag
import io.swagger.v3.oas.models.OpenAPI

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := "21.4.0"
version := "21.6.0"

0 comments on commit 0cdfbb1

Please sign in to comment.