Newer
Older
iw-project-support / src / main / g8 / build.sbt
Michal Prihoda on 21 Aug 2021 232 bytes Initial upload.
// give the user a nice default project!
ThisBuild / organization := "com.example"
ThisBuild / scalaVersion := "2.12.8"

lazy val root = (project in file("."))
  .enablePlugins(IWEnvPlugin)
  .settings(
    name := "IW Project"
  )