File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencyResolutionManagement {
3838 // to see the catalog declaration, double tab shift in IDE, search spigot-catalog
3939 }
4040 create(" commons" ) {
41- from(" io.typst:common-catalog:1.0.0 " )
41+ from(" io.typst:common-catalog:1.0.1 " )
4242 }
4343 }
4444}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencyResolutionManagement {
104104 // For common plugins/dependencies (idea-ext, lombok, etc.)
105105 // NOTE: commons catalog = idea-ext, lombok (bStats is NOT here)
106106 create('commons') {
107- from("io.typst:common-catalog:1.0.0 ")
107+ from("io.typst:common-catalog:1.0.1 ")
108108 }
109109 }
110110}
@@ -138,7 +138,7 @@ dependencyResolutionManagement {
138138 // For common plugins/dependencies (idea-ext, lombok, etc.)
139139 // NOTE: commons catalog = idea-ext, lombok (bStats is NOT here)
140140 create(" commons" ) {
141- from(" io.typst:common-catalog:1.0.0 " )
141+ from(" io.typst:common-catalog:1.0.1 " )
142142 }
143143 }
144144}
@@ -761,7 +761,7 @@ versionCatalogs {
761761 // For common plugins/dependencies (idea-ext, lombok, etc.)
762762 // NOTE: commons catalog = idea-ext, lombok (bStats is NOT here)
763763 create(' commons' ) {
764- from(" io.typst:common-catalog:1.0.0 " )
764+ from(" io.typst:common-catalog:1.0.1 " )
765765 }
766766}
767767```
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencyResolutionManagement {
6767 from(" io.typst:spigot-catalog:1.0.0" )
6868 }
6969 create(" commons" ) {
70- from(" io.typst:common-catalog:1.0.0 " )
70+ from(" io.typst:common-catalog:1.0.1 " )
7171 }
7272 }
7373}
@@ -106,7 +106,7 @@ dependencyResolutionManagement {
106106 from('io.typst:spigot-catalog:1.0.0')
107107 }
108108 create('commons') {
109- from('io.typst:common-catalog:1.0.0 ')
109+ from('io.typst:common-catalog:1.0.1 ')
110110 }
111111 }
112112}
@@ -605,7 +605,7 @@ dependencyResolutionManagement {
605605 from(" io.typst:spigot-catalog:1.0.0" )
606606 }
607607 create(" commons" ) {
608- from(" io.typst:common-catalog:1.0.0 " )
608+ from(" io.typst:common-catalog:1.0.1 " )
609609 }
610610 }
611611}
You can’t perform that action at this time.
0 commit comments