From 204f74c5b46cdc2b0e45cb87dd0fe2b5561a6b46 Mon Sep 17 00:00:00 2001 From: slandelle Date: Mon, 26 Feb 2024 09:17:12 +0100 Subject: [PATCH] chore: upgrade Scala 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d606b1f..52f7956 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ enablePlugins(BuildInfoPlugin, SbtPlugin, GatlingOssPlugin) ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" name := "gatling-sbt" -scalaVersion := "2.12.18" +scalaVersion := "2.12.19" sbtPlugin := true githubPath := "gatling/gatling-sbt-plugin"