Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GlulkAlex committed Aug 28, 2015
0 parents commit 0e0ad4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name := "hackerRank.com Challenges"

version := "1.0"

scalaVersion := "2.11.7"

libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.4" % "test"

0 comments on commit 0e0ad4c

Please sign in to comment.