File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ pluginManagement {
4747 }
4848 plugins {
4949 ...
50- id("me.2bab.scratchpaper") version "3.2.0 " apply false
50+ id("me.2bab.scratchpaper") version "3.2.1 " apply false
5151 }
5252}
5353
@@ -61,7 +61,7 @@ buildscript {
6161 }
6262 dependencies {
6363 ...
64- classpath("me.2bab:scratchpaper:3.2.0 ")
64+ classpath("me.2bab:scratchpaper:3.2.1 ")
6565 }
6666}
6767```
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ pluginManagement {
4242 }
4343 plugins {
4444 .. .
45- id(" me.2bab.scratchpaper" ) version " 3.2.0 " apply false
45+ id(" me.2bab.scratchpaper" ) version " 3.2.1 " apply false
4646 }
4747}
4848
@@ -56,7 +56,7 @@ buildscript {
5656 }
5757 dependencies {
5858 .. .
59- classpath(" me.2bab:scratchpaper:3.2.0 " )
59+ classpath(" me.2bab:scratchpaper:3.2.1 " )
6060 }
6161}
6262```
You can’t perform that action at this time.
0 commit comments