Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are AssemblyKeys used for, and how to import them?

In a recent popular sbt app https://github.com/databricks/reference-apps, I found a line that required me to

import AssemblyKeys._ 

This line doesn't compile in SBT or in my IntelliJ IDEA.

What is the import used for and why is it necessary?

like image 345
jayunit100 Avatar asked Oct 04 '14 15:10

jayunit100


Video Answer


1 Answers

With the latest version, we no longer need to import the AssemblyKeys._

Check upgrade guide here

like image 61
Vibhuti Avatar answered Nov 14 '22 16:11

Vibhuti