Skip to content

Commit

Permalink
support: decrease versions (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: i.akhaltsev <[email protected]>
  • Loading branch information
jigarkhwar and i.akhaltsev authored Dec 28, 2021
1 parent 69dcd3b commit 08dc288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolvers += Resolver.bintrayIvyRepo("rallyhealth", "sbt-plugins")

addSbtPlugin("io.gatling" % "gatling-sbt" % "4.0.0")
addSbtPlugin("io.gatling" % "gatling-sbt" % "3.2.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
2 changes: 1 addition & 1 deletion publish.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / organization := "ru.tinkoff"
ThisBuild / scalaVersion := "2.13.7"
ThisBuild / scalaVersion := "2.13.6"

ThisBuild / scmInfo := Some(
ScmInfo(
Expand Down

0 comments on commit 08dc288

Please sign in to comment.