Skip to content

Commit

Permalink
Update sbt-site to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed May 15, 2023
1 parent e9cd7bb commit 284d11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ object FastByteArrayOutputStream {
}
}

@SuppressWarnings(Array("org.wartremover.warts.SeqApply"))
final class FastByteArrayOutputStream(initialSize: Int) extends OutputStream {
private val buffers = collection.mutable.ArrayBuffer.empty[Array[Byte]]
private var currentBufferIndex = 0
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("io.gatling" % "gatling-build-plugin" % "5.2.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4")
addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.5.0")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
addSbtPlugin("io.gatling" % "kotlin-plugin" % "2.0.1")
Expand Down

0 comments on commit 284d11f

Please sign in to comment.