Skip to content

Commit

Permalink
update scala and library dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kaestner committed Nov 19, 2015
1 parent db77529 commit 789ff90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object BuildSettings {

val buildOrganization = "de.fosd.typechef"
val buildVersion = "0.4.0"
val buildScalaVersion = "2.11.4"
val buildScalaVersion = "2.11.7"


val buildSettings = Defaults.coreDefaultSettings ++ Seq(
Expand Down Expand Up @@ -117,12 +117,12 @@ object ShellPrompt {
}

object Dependencies {
val junit = "junit" % "junit" % "4.11" % "test"
val junit = "junit" % "junit" % "4.12" % "test"
val junitInterface = "com.novocode" % "junit-interface" % "0.11" % "test"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.12.0" % "test"
val scalatest = "org.scalatest" %% "scalatest" % "2.2.1" % "test"
val scalaparsercombinators = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.2"
val scalaxml = "org.scala-lang.modules" %% "scala-xml" % "1.0.2"
val scalatest = "org.scalatest" %% "scalatest" % "2.2.5" % "test"
val scalaparsercombinators = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4"
val scalaxml = "org.scala-lang.modules" %% "scala-xml" % "1.0.5"

val testEnvironment = Seq(junit, junitInterface, scalatest, scalacheck)
val scala211Libraries = Seq(scalaparsercombinators, scalaxml)
Expand Down

0 comments on commit 789ff90

Please sign in to comment.