From 998d87871fa3de11146de39fb2ca59db6eae3c33 Mon Sep 17 00:00:00 2001 From: slandelle Date: Mon, 26 Feb 2024 09:14:36 +0100 Subject: [PATCH] chore: upgrade Scala 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("."))