From a48a7c59603ef878ffac745a76eb1242f4183b83 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 17 Apr 2023 22:33:45 +0200 Subject: [PATCH 1/2] README: update Twitter badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd2632a..391b637 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # IntelliJ Platform Plugin Template [![official JetBrains project](https://jb.gg/badges/official.svg)][jb:github] -[![Twitter Follow](https://img.shields.io/twitter/follow/JBPlatform?style=flat-square&logo=twitter)](https://twitter.com/JBPlatform) +[![Twitter Follow](https://img.shields.io/badge/follow-%40JBPlatform-1DA1F2?logo=twitter)](https://twitter.com/JBPlatform) [![Build](https://github.com/JetBrains/intellij-platform-plugin-template/workflows/Build/badge.svg)][gh:build] [![Slack](https://img.shields.io/badge/Slack-%23intellij--platform-blue?style=flat-square&logo=Slack)](https://plugins.jetbrains.com/slack) From c78407e181f9908ecd30890f260b13796bdb2182 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 25 Apr 2023 13:10:04 +0200 Subject: [PATCH 2/2] Kotlin `1.8.20` --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5bd1dae..68e781b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ annotations = "24.0.1" # plugins dokka = "1.8.10" -kotlin = "1.8.10" +kotlin = "1.8.20" changelog = "2.0.0" gradleIntelliJPlugin = "1.13.3" qodana = "0.1.13"