-
Notifications
You must be signed in to change notification settings - Fork 19
Reference a custom profile from build.sbt #43
Copy link
Copy link
Open
Description
I wasn't able to figure out how to reference my custom profile from build.sbt (since it's provided as a literal not a string). Suppose the custom profile is a class in the sbt module that's generating the code.
slickCodegenDriver := com.foo.SlickProfile
This was my workaround to get sbt to notice it. Maybe there's a better option?
I guess that another option would be to create an upstream module that contains solely my custom profile, but that seems excessive?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels