scalus.builtin.DataApi.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalus-plugin_3 Show documentation
Show all versions of scalus-plugin_3 Show documentation
Scalus - DApps Development Platform for Cardano
The newest version!
package scalus.builtin
// We copy several files from the shared project to the plugin project during sbt build
// as it's not that easy to add dependencies for Scala Plugins.
// This is a workaround to avoid original DataApi transitive dependencies.
// Just leave the trait empty. It's needed for Data to compile.
trait DataApi {}