Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Commit 973b7db

Browse files
authored
Merge pull request #10 from Amerousful/compatible_2020.3
Compatible with version 2020.3
2 parents ceaf5ce + 42a46a2 commit 973b7db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.jetbrains.intellij' version '0.4.21'
3+
id 'org.jetbrains.intellij' version '0.6.5'
44
}
55

66
repositories {

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=br.com.matheusfm
2-
version=1.1
2+
version=1.2
33
gsonVersion=2.8.6
4-
intellijVersion=2020.1
4+
intellijVersion=2020.3
55
jsonPathVersion=2.4.0
66
junitVersion=5.6.2

0 commit comments

Comments
 (0)