Skip to content

Commit

Permalink
Update to 24.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehschwartz committed May 20, 2024
1 parent 81bfe81 commit 77d7d47
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
Expand Up @@ -11,6 +11,7 @@ lib_managed/
src_managed/
project/boot/
project/plugins/project/
.bsp/

# Scala-IDE specific
.scala_dependencies
Expand Down
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" % "23.11.0"
libraryDependencies += "com.jakehschwartz" %% "finatra-swagger" % "24.2.0"
````

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


lazy val twitterReleaseVersion = "23.11.0"
lazy val twitterReleaseVersion = "24.2.0"
lazy val jacksonVersion = "2.14.3"
val testLibs = Seq(
"com.twitter" %% "finatra-http-server" % twitterReleaseVersion % "test" classifier "tests",
Expand All @@ -77,5 +77,5 @@ val testLibs = Seq(
)

val exampleLibs = Seq(
"com.jakehschwartz" %% "finatra-swagger" % "23.11.1",
"com.jakehschwartz" %% "finatra-swagger" % twitterReleaseVersion,
)

0 comments on commit 77d7d47

Please sign in to comment.