Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Conversation

akauppi
Copy link

@akauppi akauppi commented Jul 19, 2018

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.

val enumeratumVersion = "1.5.12"
val enumeratumCirceVersion = "1.5.14"
val akkaStreamJson = "3.4.0"

Copy link
Author

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")

Copy link
Author

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"
Copy link
Author

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
Copy link

codecov bot commented Jul 19, 2018

Codecov Report

Merging #3 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f24be20...fc41947. Read the comment docs.

@mdedetrich
Copy link
Owner

Im currently on vacation so I will likely look into this early next week, I assume its not really urgent?

@mdedetrich
Copy link
Owner

Already done here #6

@mdedetrich mdedetrich closed this Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants