-
Notifications
You must be signed in to change notification settings - Fork 25
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
Updating the circe dependency to 0.9-M2 #74
Conversation
updated the circe dependency
Codecov Report
@@ Coverage Diff @@
## master #74 +/- ##
=======================================
Coverage 67.71% 67.71%
=======================================
Files 8 8
Lines 254 254
Branches 3 3
=======================================
Hits 172 172
Misses 82 82
Continue to review full report at Codecov.
|
build.sbt
Outdated
@@ -7,7 +7,7 @@ enablePlugins(TutPlugin) | |||
|
|||
lazy val buildSettings = Seq( | |||
organization := "io.github.finagle", | |||
version := "0.3.1", | |||
version := "0.3.2-snapshot", |
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.
Can you just change this to 0.3.2
? Then we'll make a new release once it's merged.
Otherwise LGTM.
updated the snapshost to release version
done |
LGTM. Merging and will release shortly. Thanks! |
I have updated circe dependency to
0.9.0-M2
. This is a breaking change and so I have updated the main version to0.3.2-snapshot
? (I am not sure on how to go about semantic versioning)changes seems to be minor.