Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 7, 2024
1 parent ac6c605 commit c90ba88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ pomIncludeRepository := { x => false }

libraryDependencies ++= Seq(
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.20",
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.12.0",
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.12.3",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1",
"com.beachape" %% "enumeratum" % "1.7.3",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.11" % Test
"org.slf4j" % "slf4j-simple" % "2.0.12" % Test
)

homepage := Some(new URL("https://github.com/swagger-akka-http/swagger-enumeratum-module"))
Expand Down

0 comments on commit c90ba88

Please sign in to comment.