Skip to content

Commit

Permalink
update build file
Browse files Browse the repository at this point in the history
- removed unecessary dependencies
- increment scala version
  • Loading branch information
marioosh committed Jun 24, 2015
1 parent fd86947 commit 0e4af56
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "slack-scala-bot-core"

version := "0.1"

scalaVersion := "2.11.5"
scalaVersion := "2.11.6"

organization := "io.scalac"

Expand All @@ -23,10 +23,6 @@ libraryDependencies ++= {
"log4j" % "log4j" % "1.2.17",
"org.slf4j" % "slf4j-api" % "1.7.5",
"org.slf4j" % "slf4j-log4j12" % "1.7.5",
"org.scala-lang.modules" %% "scala-xml" % "1.0.2",
"org.scala-lang" % "scala-compiler" % "2.10.2",
"org.scala-lang" % "jline" % "2.10.2",
"org.twitter4j" % "twitter4j-core" % "4.0.0",
"com.typesafe.slick" %% "slick" % "2.1.0",
"com.h2database" % "h2" % "1.4.186"
)
Expand Down

0 comments on commit 0e4af56

Please sign in to comment.