Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

fix implcit conversion of Resolver #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nayakravi
Copy link

@nayakravi nayakravi commented Feb 7, 2019

Previous implementation was not working because the implicit type
conversion method was not defined in the same object as the class
being implicitly converted. Therefore, scala could not find the
implicit method when the forBucket method was called

In addition, update sbt version number and refactor some code

Fix for: #4

Previous implementation was not working because the implicit type
conversion method was not defined in the same object as the class
being implicitly converted. Therefore, scala could not find the
implicit method when the forBucket method was called

In addition, refactor code and clean up warnings
@olofwalker
Copy link
Collaborator

@nayakravi The PR have failed the CLA validation step

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants