Skip to content

Commit 5665c70

Browse files
committed
structure formatting
1 parent 21e7fd7 commit 5665c70

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

build.sbt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
version := "1.0"
2+
organization := "org.enso"
3+
scalaVersion := "2.12.8"
4+
5+
lazy val Benchmark = config("bench") extend Test
6+
7+
lazy val enso = (project in file(".")).aggregate(syntax)
8+
19
lazy val syntax = (project in file("enso-lexer"))
210
.withId("enso-lexer")
311
.configs(Benchmark)
@@ -26,10 +34,3 @@ lazy val syntax = (project in file("enso-lexer"))
2634
.settings(SbtJFlexPlugin.jflexSettings)
2735
.settings(mainClass in (Compile,run) := Some("org.enso.main.Main"))
2836

29-
version := "1.0"
30-
organization := "org.enso"
31-
scalaVersion := "2.12.8"
32-
33-
lazy val root = (project in file(".")).aggregate(syntax)
34-
35-
lazy val Benchmark = config("bench") extend Test

0 commit comments

Comments
 (0)