From 86150cb88f5bdbb39a5d38fee0fb7fb8456c5861 Mon Sep 17 00:00:00 2001 From: ghostbuster91 Date: Tue, 16 Jun 2020 14:42:14 +0200 Subject: [PATCH] [Sttp] Regenerate project --- samples/client/petstore/scala-sttp/build.sbt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/samples/client/petstore/scala-sttp/build.sbt b/samples/client/petstore/scala-sttp/build.sbt index e9dd062cdcb8..d56dc8621bf8 100644 --- a/samples/client/petstore/scala-sttp/build.sbt +++ b/samples/client/petstore/scala-sttp/build.sbt @@ -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", @@ -17,5 +15,3 @@ scalacOptions := Seq( "-deprecation", "-feature" ) - -publishArtifact in (Compile, packageDoc) := false