Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Dec 9, 2023
1 parent bf164c7 commit aa3e2c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ val `play-server` =
.settings(
name := "play-server",
libraryDependencies ++= pekko ++ Seq(
"org.endpoints4s" %% "openapi" % "4.4.0",
"org.endpoints4s" %% "openapi" % "4.5.1",
"org.playframework" %% "play" % playVersion,

"org.playframework" %% "play-netty-server" % playVersion % Test,
Expand Down Expand Up @@ -67,11 +67,11 @@ val `play-client` =
.settings(
name := "play-client",
libraryDependencies ++= pekko ++ Seq(
"org.endpoints4s" %% "openapi" % "4.4.0",
"org.endpoints4s" %% "openapi" % "4.5.1",
"org.playframework" %% "play-ahc-ws" % playVersion,

"org.endpoints4s" %% "algebra-circe-testkit" % testkitVersion % Test,
"org.endpoints4s" %% "json-schema-generic" % "1.11.0" % Test,
"org.endpoints4s" %% "json-schema-generic" % "1.11.1" % Test,
)
)

Expand Down

0 comments on commit aa3e2c9

Please sign in to comment.