Skip to content

Commit

Permalink
chore: upgrade Gatling 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle authored and jigarkhwar committed Dec 15, 2024
1 parent fc4ef81 commit f14c848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.*

object Dependencies {

val gatlingVersion = "3.11.4"
val gatlingVersion = "3.13.1"

lazy val gatlingCore: Seq[ModuleID] = Seq(
"io.gatling" % "gatling-core",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.galaxio.gatling.javaapi.protocol;

import scala.compat.java8.DurationConverters;
import scala.jdk.javaapi.DurationConverters;

import java.time.Duration;

Expand Down

0 comments on commit f14c848

Please sign in to comment.