Skip to content

Commit

Permalink
Update sbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehschwartz committed Apr 11, 2024
1 parent 8baa07e commit ab66ec6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ lazy val finatraSwagger = project
swaggerUIVersion := "4.18.2",
buildInfoPackage := "com.jakehschwartz.finatra.swagger",
buildInfoKeys := Seq[BuildInfoKey](name, version, swaggerUIVersion),
publishTo := sonatypePublishToBundle.value,
libraryDependencies ++= Seq(
"com.twitter" %% "finatra-http-server" % twitterReleaseVersion,
"io.swagger.core.v3" % "swagger-project" % "2.2.8",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.6.2
sbt.version = 1.9.9
1 change: 0 additions & 1 deletion version.sbt

This file was deleted.

0 comments on commit ab66ec6

Please sign in to comment.