Skip to content

Commit

Permalink
Upgrading scala version and build on label gatling
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsnael authored Jun 30, 2023
1 parent 6e6ffe8 commit 5f791d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'gatling'
}

options {
// Configure an overall timeout for the build.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val root = (project in file("."))
name := "james-gatling",
cancelable in Global := true,
version := "1.0-SNAPSHOT",
scalaVersion := "2.12.15",
scalaVersion := "2.12.18",
libraryDependencies += "com.typesafe.play" %% "play-ahc-ws-standalone" % playWsVersion,
libraryDependencies += "io.gatling" % "gatling-test-framework" % gatlingVersion,
libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % gatlingVersion,
Expand Down

0 comments on commit 5f791d7

Please sign in to comment.