From 28e1d852655974cd2edcaa1cb280b5e75f7c66d0 Mon Sep 17 00:00:00 2001 From: Jack Treble Date: Fri, 4 Oct 2019 17:50:53 +0100 Subject: [PATCH] change iconName to blank --- ci/properties/scala.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/properties/scala.properties.json b/ci/properties/scala.properties.json index 7921639..d44e867 100644 --- a/ci/properties/scala.properties.json +++ b/ci/properties/scala.properties.json @@ -1,6 +1,6 @@ { "name": "Scala", "description": "Build and test a Scala project with SBT.", - "iconName": "scala", + "iconName": "blank", "categories": ["Scala", "Java"] -} \ No newline at end of file +}