Skip to content

Commit

Permalink
don't use snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 6, 2022
1 parent 1dfe86e commit 2213dee
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 @@ -18,11 +18,11 @@ Test / publishArtifact := false

pomIncludeRepository := { x => false }

resolvers ++= Resolver.sonatypeOssRepos("snapshots")
//resolvers ++= Resolver.sonatypeOssRepos("snapshots")

libraryDependencies ++= Seq(
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.4",
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.7.8+9-e2a8fbb1-SNAPSHOT",
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.7.9",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.4",
"com.beachape" %% "enumeratum" % "1.7.0",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
Expand Down

0 comments on commit 2213dee

Please sign in to comment.