ThisBuild / organization := "com.discord" ThisBuild / version := "0.2.0" lazy val hello = (project in file(".")) .settings( name := "discord-rpc" )