default.slack.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalacheck-faker_2.13 Show documentation
Show all versions of scalacheck-faker_2.13 Show documentation
Fake data generation using ScalaCheck Arbitrary instances
The newest version!
include "dummy.conf"
slack {
emojis = [
{ value = ${dummy.string}, category = "person"},
{ value = ${dummy.string}, category = "nature" },
{ value = ${dummy.string}, category = "food" },
{ value = ${dummy.string}, category = "celebration" },
{ value = ${dummy.string}, category = "activity" },
{ value = ${dummy.string}, category = "travel" },
{ value = ${dummy.string}, category = "object" },
{ value = ${dummy.string}, category = "custom" }
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy