-
Notifications
You must be signed in to change notification settings - Fork 5
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
Updated some dependencies #3
Conversation
val enumeratumVersion = "1.5.12" | ||
val enumeratumCirceVersion = "1.5.14" | ||
val akkaStreamJson = "3.4.0" | ||
|
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.
These don't seem to be needed
@@ -6,8 +6,6 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") | |||
|
|||
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "2.0.2") | |||
|
|||
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.8") | |||
|
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.
This was twice in plugins.sbt
@@ -3,9 +3,9 @@ name := "akka-streams-json" | |||
val currentScalaVersion = "2.12.6" | |||
val scala211Version = "2.11.11" | |||
val circeVersion = "0.9.3" | |||
val akkaVersion = "2.5.12" | |||
val akkaHttpVersion = "10.1.1" | |||
val jawnVersion = "0.11.1" |
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.
Updating jawnVersion
broke sbt test
, so I kept the existing version
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
=======================================
Coverage 85.71% 85.71%
=======================================
Files 4 4
Lines 63 63
Branches 4 4
=======================================
Hits 54 54
Misses 9 9 Continue to review full report at Codecov.
|
Im currently on vacation so I will likely look into this early next week, I assume its not really urgent? |
Already done here #6 |
Here are some version bumps and cleanup that did not break the tests. See PR comments for more details.
Hint: this plugin is neat in keeping up with dependency versions. If interested, best installed as a global plugin.