Skip to content

Commit

Permalink
chore: update gatling-build-plugin from 6.2.1 to 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-gatling[bot] authored and Isammoc committed Jan 20, 2025
1 parent de0d6a9 commit f862768
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
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" % "6.2.1")
addSbtPlugin("io.gatling" % "gatling-build-plugin" % "6.3.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ object EnterpriseSettings {
}
if (foundLegacyFrontLinePlugin) {
throw new MessageOnlyException(
s"""Plugin "io.gatling.frontline" % "sbt-frontline" is no longer needed, its functionality is now included in "io.gatling" % "gatling-sbt".
|Please remove "io.gatling.frontline" % "sbt-frontline" from your plugins.sbt configuration file.
|Please use the Gatling / enterprisePackage task instead of Test / assembly (or GatlingIt / enterprisePackage instead of It / assembly).
|See https://docs.gatling.io/reference/integrations/build-tools/sbt-plugin/ for more information.""".stripMargin
"""Plugin "io.gatling.frontline" % "sbt-frontline" is no longer needed, its functionality is now included in "io.gatling" % "gatling-sbt".
|Please remove "io.gatling.frontline" % "sbt-frontline" from your plugins.sbt configuration file.
|Please use the Gatling / enterprisePackage task instead of Test / assembly (or GatlingIt / enterprisePackage instead of It / assembly).
|See https://docs.gatling.io/reference/integrations/build-tools/sbt-plugin/ for more information.""".stripMargin
)
}
state
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ import io.gatling.plugin.pkg.EnterprisePackager
import io.gatling.sbt.settings.gatling.EnterpriseUtils.InitializeTask
import io.gatling.sbt.utils._

import sbt._
import sbt.{ Configuration, Def, IntegrationTest, ModuleDescriptorConfiguration, Test }
import sbt.{ Configuration, Def, IntegrationTest, ModuleDescriptorConfiguration, Test, _ }
import sbt.Keys._

object TaskEnterprisePackage {
Expand Down

0 comments on commit f862768

Please sign in to comment.