Skip to content

Commit a177262

Browse files
authored
Merge pull request #45 from ThoughtWorksInc/no-workaround-79
Remove the workaround for sbt-sonatype issue 79, which has been fixed.
2 parents 69e70b0 + 02c16b0 commit a177262

File tree

3 files changed

+1
-39
lines changed

3 files changed

+1
-39
lines changed

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ lazy val `publish-unidoc` = project
1414

1515
lazy val `detect-scala-organization` = project
1616

17-
lazy val `workaround-for-sbt-sonatype-issue-79` = project
18-
1917
dependsOn(`scalac-options`,
2018
`detect-license`,
2119
travis,
2220
git,
2321
`publish-unidoc`,
24-
`detect-scala-organization`,
25-
`workaround-for-sbt-sonatype-issue-79`)
22+
`detect-scala-organization`)
2623

2724
libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.5"
2825

workaround-for-sbt-sonatype-issue-79/build.sbt

Lines changed: 0 additions & 1 deletion
This file was deleted.

workaround-for-sbt-sonatype-issue-79/src/main/scala/com/thoughtworks/sbtBestPractice/workaroundforsbtsonatypeissue79/WorkaroundForSbtSonatypeIssue79.scala

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)