Skip to content

Commit

Permalink
upgraded build version
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnenc committed Oct 25, 2012
1 parent ac82d0b commit 1eea3aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To generate Eclipse project:
To run within sbt:

* sbt run
* Choose engine
* Choose simulation to run
* Data is generated in the results folder

(n.b Still need to figure out how to fork it correctly with the correct VM options)
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import AssemblyKeys._
object BuildSettings {
import Dependencies._

val buildOrganization = "com.logos.gatling"
val buildVersion = "0.0.1"
val buildOrganization = "org.krishnen.gatling.sbt"
val buildVersion = "0.0.2"
val buildScalaVersion = "2.9.2"

val globalSettings = Seq(
Expand Down

0 comments on commit 1eea3aa

Please sign in to comment.