From 07d2674022e1cd3f5bac6a5e20b621cc6b208e09 Mon Sep 17 00:00:00 2001 From: Muneyuki Noguchi Date: Sun, 12 Jul 2020 16:17:22 +0900 Subject: [PATCH] Fix the description --- publish.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sbt b/publish.sbt index 5eacbd9..710ed68 100644 --- a/publish.sbt +++ b/publish.sbt @@ -13,7 +13,7 @@ ThisBuild / developers := List( ) ) -ThisBuild / description := "Some descripiton about your project." +ThisBuild / description := "A Gatling stress test plugin for Apache Kafka protocol" ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")) ThisBuild / homepage := Some(url("https://github.com/mnogu/gatling-kafka"))