Skip to content

Commit 9594eba

Browse files
authored
Merge branch 'main' into fix/spurious-required-fields
2 parents 3bf85c4 + 55ae58f commit 9594eba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ Test / publishArtifact := false
1818

1919
pomIncludeRepository := { x => false }
2020

21+
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
22+
2123
libraryDependencies ++= Seq(
2224
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.4",
23-
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.7.8",
25+
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.7.8+9-e2a8fbb1-SNAPSHOT",
2426
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.4",
2527
"com.beachape" %% "enumeratum" % "1.7.0",
2628
"org.scalatest" %% "scalatest" % "3.2.14" % Test,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.2
1+
sbt.version=1.7.3

0 commit comments

Comments
 (0)