mirror of
https://github.com/lightbend/config.git
synced 2025-03-27 20:40:21 +08:00
8 lines
154 B
Scala
8 lines
154 B
Scala
import sbt._
|
|
import Keys._
|
|
|
|
object ConfigBuild extends Build {
|
|
lazy val root = Project(id = "config",
|
|
base = file("."))
|
|
}
|