akka-js / shocon

Simple pure-scala Typesafe HOCON implementation using FastParse
Apache License 2.0
74 stars 21 forks source link

versions bump #25

Closed andreaTP closed 7 years ago

andreaTP commented 7 years ago

was asked to bump to fastparse 0.4.4 and here you have

LogicalTime commented 7 years ago

+1 yay

LogicalTime commented 7 years ago

Could we get a release? The fastparse version bump was important for me. The Scalapb version required for SBT 1.x uses fastparse 0.4.4 and if there versions don't match exactly I get linking errors on the Scalajs side.

evacchi commented 7 years ago

@mfirry can you cut a release?

mfirry commented 7 years ago

Done! Enjoy 0.1.10!

LogicalTime commented 7 years ago

Fastparse just bumped to a binary compatible 1.0.0 which is identical to 0.4.4. So bump that dependency when you get a chance. With your upgrade to 0.4.4 you are already good with binary compatibility going forward. The bump will just help with dependency resolution error messages.