Skip to content

Commit

Permalink
Merge pull request #45 from ThoughtWorksInc/no-workaround-79
Browse files Browse the repository at this point in the history
Remove the workaround for sbt-sonatype issue 79, which has been fixed.
  • Loading branch information
Atry authored Mar 16, 2019
2 parents 69e70b0 + 02c16b0 commit a177262
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ lazy val `publish-unidoc` = project

lazy val `detect-scala-organization` = project

lazy val `workaround-for-sbt-sonatype-issue-79` = project

dependsOn(`scalac-options`,
`detect-license`,
travis,
git,
`publish-unidoc`,
`detect-scala-organization`,
`workaround-for-sbt-sonatype-issue-79`)
`detect-scala-organization`)

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

Expand Down
1 change: 0 additions & 1 deletion workaround-for-sbt-sonatype-issue-79/build.sbt

This file was deleted.

This file was deleted.

0 comments on commit a177262

Please sign in to comment.