Skip to content

Commit

Permalink
chore: upgrade gatling-build-plugin 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Dec 11, 2023
1 parent 5f5ec2f commit 76e05c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ name := "gatling-sbt"
scalaVersion := "2.12.18"
sbtPlugin := true
githubPath := "gatling/gatling-sbt-plugin"
gatlingCompilerRelease := Some(11)

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("io.gatling" % "gatling-build-plugin" % "5.3.0")
addSbtPlugin("io.gatling" % "gatling-build-plugin" % "6.0.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

0 comments on commit 76e05c8

Please sign in to comment.