Skip to content

Commit 08e820d

Browse files
Added support for sbt
1 parent 8cebe7a commit 08e820d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sbt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name := "scala-labs"
2+
3+
version := "1.0-SNAPSHOT"
4+
5+
scalaVersion := "2.9.1"
6+
7+
externalPom()

0 commit comments

Comments
 (0)