Skip to content

Commit

Permalink
⬆️ Bump Gatling Version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff authored Aug 15, 2024
1 parent 2308bc7 commit 14f740b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'dev.joss'
version = '1.4.0'
version = '1.5.0'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand All @@ -21,7 +21,7 @@ repositories {
ext {
junitVersion = "5.10.0"
scalaVersion = "2.13.11"
gatlingVersion = "3.9.5"
gatlingVersion = "3.11.5"
awsSdkVersion = "2.20.130"
}

Expand Down

0 comments on commit 14f740b

Please sign in to comment.