diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6ce5a1..494471c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: java-version: openjdk@1.17 - name: Test Release - run: sbt -DjavaOptions="-Xmx4G -XX:+UseG1GC" clean scalafmtCheckAll scalafmtSbtCheck compile test + run: sbt clean scalafmtCheckAll scalafmtSbtCheck compile test publish: name: Publish Release diff --git a/build.sbt b/build.sbt index baa1d0f..68078f2 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.14", + scalaVersion := "2.13.15", libraryDependencies ++= gatlingCore, libraryDependencies ++= gatling, libraryDependencies ++= fastUUID, diff --git a/project/build.properties b/project/build.properties index 4067c48..bf2ef99 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ # suppress inspection "UnusedProperty" -sbt.version=1.10.0 +sbt.version=1.10.6 diff --git a/project/plugins.sbt b/project/plugins.sbt index a97b9e3..6db1000 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.0") +addSbtPlugin("io.gatling" % "gatling-sbt" % "4.10.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")