mirror of
https://github.com/kanaka/mal.git
synced 2024-11-11 00:52:44 +03:00
6e59c4f26d
Build had become out of date so update docker image to xenial and sbt to 0.14.6 and update Scala build files to go with new sbt version.
7 lines
126 B
Scala
7 lines
126 B
Scala
lazy val root = (project in file(".")).
|
|
settings(
|
|
name := "mal",
|
|
version := "0.1",
|
|
scalaVersion := "2.11.4"
|
|
)
|