From a37c72cc236e68b158ac698aec6566acffe2cd1e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Jun 2023 00:33:02 +0000 Subject: [PATCH] Update scala-library to 2.13.11 --- build.sbt | 2 +- publish.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index dc515d4..dd827ec 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ lazy val root = (project in file(".")) .enablePlugins(GitVersioning) .settings( name := "gatling-picatinny", - scalaVersion := "2.13.10", + scalaVersion := "2.13.11", libraryDependencies ++= gatlingCore, libraryDependencies ++= gatling, libraryDependencies ++= fastUUID, diff --git a/publish.sbt b/publish.sbt index 3cbce1d..0af5d78 100644 --- a/publish.sbt +++ b/publish.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "ru.tinkoff" -ThisBuild / scalaVersion := "2.13.10" +ThisBuild / scalaVersion := "2.13.11" ThisBuild / scmInfo := Some( ScmInfo(