Skip to content

Commit

Permalink
Upgrade Scala 2.10.6 (compiler only)
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Sep 22, 2015
1 parent 81e001d commit d0f0142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/GatlingBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ object GatlingBuild extends Build {
.settings(libraryDependencies ++= metricsDependencies)

lazy val compiler = gatlingModule("gatling-compiler")
.settings(scalaVersion := "2.10.5")
.settings(scalaVersion := "2.10.6")
.settings(libraryDependencies ++= compilerDependencies(scalaVersion.value))

lazy val app = gatlingModule("gatling-app")
Expand Down

0 comments on commit d0f0142

Please sign in to comment.