QnaList > Groups > Play-Framework > Apr 2016
faq

[play-framework] Avoid Duplicate Dependencies In Play Module Based Projects

In my play project, I separated the big parts in multiple modules. Now each 
module has its own build.sbt file and mentioned dependencies inside it. 
During each compilation time there are several common sbt dependencies be 
downloaded for each project. I want to mension the common dependencies in a 
single sbt project from where each and every independent modules receive 
their dependent target.
Advance thanks for the reply :)
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/696b5e50-dca0-46a3-a150-4472dfab487f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

asked Apr 4 2016 at 03:49

Sagiruddin Mondal 's gravatar image



1 Replies for : [play-framework] Avoid Duplicate Dependencies In Play Module Based Projects
You can either make one project depend on another and it will have its
dependencies transitively, or you can put any code in project/*.scala and
access it from any sbt file.
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/CANpg8PC_eeZ_g_AxtjvZjn15iFBNNG-C5j6_jHe6kYOmJmhQRA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

answered Apr 4 2016 at 13:27

Naftoli Gugenheim 's gravatar image


Related discussions

Tagged

Group Play-framework

asked Apr 4 2016 at 03:49

active Apr 4 2016 at 13:27

posts:2

users:2

Play-framework

©2013 QnaList.com