Skip to content

Commit

Permalink
feat: update gatling 3.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarkhwar committed May 22, 2024
1 parent f9da718 commit b1af15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Dependencies._
import Dependencies.*

def UtilsModule(id: String) = Project(id, file(id))

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sbt._
import sbt.*

object Dependencies {
lazy val gatlingCore: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit b1af15d

Please sign in to comment.