-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
"Json[De]Serializer" -> "Value[De]Serializer" in 3.0 #500
Comments
@cowtowncoder code is compiling - see https://travis-ci.com/github/FasterXML/jackson-module-scala/builds/216475652 |
Now I need to see what's up with local Of remaining rename work, as per: https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-6 I'll probably do |
-- this cleans build dir and updates the jar dependencies (useful when you have dependencies on snapshot jars) |
Hmmh. I thought I tried "sbt update" too but... either I was hallucinating, or it has to be with "clean" as well. |
Ok, so as per FasterXML/jackson-databind#3044 I changed Scala module as well (with just mechanical search-and-replace), in
master
.But it looks like I cannot re-compile with
sbt
for some reason. I suspect it might be due to some caching issue, but just in case I'll create this issue for someone else to have a look.Hopefully it is just my system and this may be closed.
The text was updated successfully, but these errors were encountered: