Skip to content

Commit

Permalink
Merge pull request #100 from alejandrohdezma/update/all
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
github-actions[bot] authored Feb 29, 2024
2 parents 06e4b2f + a327083 commit 9813ca4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / scalaVersion := "2.13.13"
ThisBuild / organization := "com.alejandrohdezma"
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible

Expand All @@ -12,8 +12,8 @@ lazy val documentation = project
.dependsOn(`tapir-golden-openapi-munit-validator`)

lazy val `tapir-golden-openapi-munit` = module
.settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.9.9")
.settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.9.9")
.settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.9.10")
.settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.9.10")
.settings(libraryDependencies += "com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.7.4")
.settings(libraryDependencies += "org.scalameta" %% "munit" % "0.7.29")

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.9.8
sbt.version=1.9.9

0 comments on commit 9813ca4

Please # to comment.