diff --git a/build.sbt b/build.sbt index 72e683d..66d487b 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ gatlingDevelopers := Seq( GatlingDeveloper("slandelle@gatling.io", "Stephane Landelle", isGatlingCorp = true), GatlingDeveloper("gcorre@gatling.io", "Guillaume Corré", isGatlingCorp = true) ) -scalaVersion := "2.13.12" +scalaVersion := "2.13.13" ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" lazy val root = (project in file("."))