-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #54
Conversation
Addresses #56 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, let's get back the sharedPublishSettings
. Other than that, LGTM. Thanks.
import PgpKeys.gpgCommand | ||
|
||
val dev = Seq(Dev("47 Degrees (twitter: @47deg)", "47 Degrees")) | ||
val gh = GitHubSettings("com.fortysevendeg", "github4s", "47 Degrees", mit) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still need these settings for releasing purposes. Can we get these back?
build.sbt
Outdated
@@ -32,8 +27,7 @@ lazy val buildSettings = Seq( | |||
sharedCommonSettings ++ | |||
miscSettings ++ | |||
sharedReleaseProcess ++ | |||
credentialSettings ++ | |||
sharedPublishSettings(gh, dev) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, sharedPublishSettings
is needed.
Codecov Report
@@ Coverage Diff @@
## master #54 +/- ##
=======================================
Coverage 85.82% 85.82%
=======================================
Files 27 27
Lines 402 402
Branches 3 3
=======================================
Hits 345 345
Misses 57 57
Continue to review full report at Codecov.
|
@juanpedromoreno just added the publish settings back, let's wait for Travis to give us 💚 and we can merge this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.