Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernet committed Jul 10, 2024
1 parent 64469dd commit 62c9c0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val keycloakVersion = "24.0.4"
val sttpVersion = "3.9.0"
val influxdbVersion = "7.1.0"
val awsClientVersion = "2.25.32"
val gatlingVersion = "3.11.4"
val gatlingVersion = "3.11.5"
val circeVersion = "0.14.8"

libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
//https://www.scala-sbt.org/1.x/docs/sbt-1.4-Release-Notes.html#sbt-dependency-graph+is+in-sourced
//addDependencyTreePlugin

addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.0")
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.2")
2 changes: 1 addition & 1 deletion src/test/scala/ReverseProxySimulation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import scala.concurrent.duration.*

/**
* Start [[akkahttp.ReverseProxy]]
* Run this Simulation with:
* Run this simulation with the cmd:
* sbt 'Gatling/testOnly ReverseProxySimulation'
*/
class ReverseProxySimulation extends Simulation {
Expand Down

0 comments on commit 62c9c0d

Please sign in to comment.