Skip to content

Commit

Permalink
[Sttp] Simplify generated build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostbuster91 committed Jun 16, 2020
1 parent e2df636 commit b3017bb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ organization := "{{groupId}}"

scalaVersion := "2.13.2"

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

libraryDependencies ++= Seq(
"com.softwaremill.sttp.client" %% "core" % "{{sttpClientVersion}}",
{{#joda}}
Expand All @@ -28,5 +26,3 @@ scalacOptions := Seq(
"-deprecation",
"-feature"
)

publishArtifact in (Compile, packageDoc) := false

0 comments on commit b3017bb

Please sign in to comment.