Skip to content

Commit

Permalink
[Sttp] Regenerate project
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostbuster91 committed Jun 16, 2020
1 parent b3017bb commit 86150cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions samples/client/petstore/scala-sttp/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ organization := "org.openapitools"

scalaVersion := "2.13.2"

crossScalaVersions := Seq(scalaVersion.value, "2.12.10", "2.11.12")

libraryDependencies ++= Seq(
"com.softwaremill.sttp.client" %% "core" % "2.1.5",
"com.softwaremill.sttp.client" %% "json4s" % "2.1.5",
Expand All @@ -17,5 +15,3 @@ scalacOptions := Seq(
"-deprecation",
"-feature"
)

publishArtifact in (Compile, packageDoc) := false

0 comments on commit 86150cb

Please sign in to comment.