Skip to content
Snippets Groups Projects
Commit ee9249b8 authored by Philippe Suter's avatar Philippe Suter
Browse files

some random junk

parent 9bc20fbb
No related branches found
No related tags found
No related merge requests found
...@@ -43,16 +43,9 @@ object Leon extends Build { ...@@ -43,16 +43,9 @@ object Leon extends Build {
} }
} }
// private val nameKey = SettingKey[String]("name", "Name of the project")
// private val scalaVersionKey = SettingKey[String]("scalaVersion", "Scala Version")
// private val versionKey = SettingKey[String]("version", "Version")
object LeonProject { object LeonProject {
val settings = Seq( val settings = Seq(
scriptTask /*, scriptTask
nameKey := "Scala Readability",
scalaVersionKey := "2.9.1",
versionKey := "1.0.0" */
) )
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment