Skip to content

Commit

Permalink
Merge branches 'develop' and 'release/3.0.0' of https://github.com/si…
Browse files Browse the repository at this point in the history
…lk-framework/silk into release/3.0.0
  • Loading branch information
robertisele committed Mar 30, 2020
2 parents f08e10b + 59288bb commit 6c9bc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ lazy val commonSettings = Seq(
},
// If SBT_PUBLISH_TESTS_JARS ENV variable is set to "true" then tests jar files will be published that can be used e.g. in testing plugins
publishArtifact in (Test, packageBin) := sys.env.getOrElse("SBT_PUBLISH_TESTS_JARS", "false").toLowerCase == "true",
publishArtifact in (Test, packageSrc) := sys.env.getOrElse("SBT_PUBLISH_TESTS_JARS", "false").toLowerCase == "true",
// Testing
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test",
libraryDependencies += "net.codingwell" %% "scala-guice" % "4.0.0" % "test",
Expand Down

0 comments on commit 6c9bc60

Please sign in to comment.