@@ -10,7 +10,7 @@ Generated by [AVA](https://avajs.dev).
10
10
11
11
`// SPDX-License-Identifier: MIT␊
12
12
// Compatible with OpenZeppelin Contracts ^5.0.0␊
13
- pragma solidity ^0.8.20 ;␊
13
+ pragma solidity ^0.8.22 ;␊
14
14
␊
15
15
contract Foo {␊
16
16
}␊
@@ -22,7 +22,7 @@ Generated by [AVA](https://avajs.dev).
22
22
23
23
`// SPDX-License-Identifier: MIT␊
24
24
// Compatible with OpenZeppelin Contracts ^5.0.0␊
25
- pragma solidity ^0.8.20 ;␊
25
+ pragma solidity ^0.8.22 ;␊
26
26
␊
27
27
import "./Bar.sol";␊
28
28
␊
@@ -36,7 +36,7 @@ Generated by [AVA](https://avajs.dev).
36
36
37
37
`// SPDX-License-Identifier: MIT␊
38
38
// Compatible with OpenZeppelin Contracts ^5.0.0␊
39
- pragma solidity ^0.8.20 ;␊
39
+ pragma solidity ^0.8.22 ;␊
40
40
␊
41
41
import "./Bar.sol";␊
42
42
import "./Quux.sol";␊
@@ -51,7 +51,7 @@ Generated by [AVA](https://avajs.dev).
51
51
52
52
`// SPDX-License-Identifier: MIT␊
53
53
// Compatible with OpenZeppelin Contracts ^5.0.0␊
54
- pragma solidity ^0.8.20 ;␊
54
+ pragma solidity ^0.8.22 ;␊
55
55
␊
56
56
import "./Bar.sol";␊
57
57
␊
@@ -66,7 +66,7 @@ Generated by [AVA](https://avajs.dev).
66
66
67
67
`// SPDX-License-Identifier: MIT␊
68
68
// Compatible with OpenZeppelin Contracts ^5.0.0␊
69
- pragma solidity ^0.8.20 ;␊
69
+ pragma solidity ^0.8.22 ;␊
70
70
␊
71
71
import "./Bar.sol";␊
72
72
import "./Quux.sol";␊
@@ -82,7 +82,7 @@ Generated by [AVA](https://avajs.dev).
82
82
83
83
`// SPDX-License-Identifier: MIT␊
84
84
// Compatible with OpenZeppelin Contracts ^5.0.0␊
85
- pragma solidity ^0.8.20 ;␊
85
+ pragma solidity ^0.8.22 ;␊
86
86
␊
87
87
contract Foo {␊
88
88
}␊
@@ -94,7 +94,7 @@ Generated by [AVA](https://avajs.dev).
94
94
95
95
`// SPDX-License-Identifier: MIT␊
96
96
// Compatible with OpenZeppelin Contracts ^5.0.0␊
97
- pragma solidity ^0.8.20 ;␊
97
+ pragma solidity ^0.8.22 ;␊
98
98
␊
99
99
contract Foo {␊
100
100
// The following functions are overrides required by Solidity.␊
@@ -114,7 +114,7 @@ Generated by [AVA](https://avajs.dev).
114
114
115
115
`// SPDX-License-Identifier: MIT␊
116
116
// Compatible with OpenZeppelin Contracts ^5.0.0␊
117
- pragma solidity ^0.8.20 ;␊
117
+ pragma solidity ^0.8.22 ;␊
118
118
␊
119
119
contract Foo {␊
120
120
// The following functions are overrides required by Solidity.␊
@@ -138,7 +138,7 @@ Generated by [AVA](https://avajs.dev).
138
138
139
139
`// SPDX-License-Identifier: MIT␊
140
140
// Compatible with OpenZeppelin Contracts ^5.0.0␊
141
- pragma solidity ^0.8.20 ;␊
141
+ pragma solidity ^0.8.22 ;␊
142
142
␊
143
143
contract Foo {␊
144
144
function _otherFunction() internal whenNotPaused {}␊
@@ -151,7 +151,7 @@ Generated by [AVA](https://avajs.dev).
151
151
152
152
`// SPDX-License-Identifier: MIT␊
153
153
// Compatible with OpenZeppelin Contracts ^5.0.0␊
154
- pragma solidity ^0.8.20 ;␊
154
+ pragma solidity ^0.8.22 ;␊
155
155
␊
156
156
contract Foo {␊
157
157
function _otherFunction() internal whenNotPaused override(ERC20, OtherParent) {␊
@@ -166,7 +166,7 @@ Generated by [AVA](https://avajs.dev).
166
166
167
167
`// SPDX-License-Identifier: MIT␊
168
168
// Compatible with OpenZeppelin Contracts ^5.0.0␊
169
- pragma solidity ^0.8.20 ;␊
169
+ pragma solidity ^0.8.22 ;␊
170
170
␊
171
171
contract Foo {␊
172
172
constructor() {␊
@@ -181,7 +181,7 @@ Generated by [AVA](https://avajs.dev).
181
181
182
182
`// SPDX-License-Identifier: MIT␊
183
183
// Compatible with OpenZeppelin Contracts ^5.0.0␊
184
- pragma solidity ^0.8.20 ;␊
184
+ pragma solidity ^0.8.22 ;␊
185
185
␊
186
186
import "./Bar.sol";␊
187
187
␊
@@ -198,7 +198,7 @@ Generated by [AVA](https://avajs.dev).
198
198
199
199
`// SPDX-License-Identifier: MIT␊
200
200
// Compatible with OpenZeppelin Contracts ^5.0.0␊
201
- pragma solidity ^0.8.20 ;␊
201
+ pragma solidity ^0.8.22 ;␊
202
202
␊
203
203
contract Foo {␊
204
204
function _otherFunction() internal {␊
@@ -213,7 +213,7 @@ Generated by [AVA](https://avajs.dev).
213
213
214
214
`// SPDX-License-Identifier: MIT␊
215
215
// Compatible with OpenZeppelin Contracts ^5.0.0␊
216
- pragma solidity ^0.8.20 ;␊
216
+ pragma solidity ^0.8.22 ;␊
217
217
␊
218
218
contract Foo {␊
219
219
function _otherFunction() internal override {␊
@@ -229,7 +229,7 @@ Generated by [AVA](https://avajs.dev).
229
229
230
230
`// SPDX-License-Identifier: MIT␊
231
231
// Compatible with OpenZeppelin Contracts ^5.0.0␊
232
- pragma solidity ^0.8.20 ;␊
232
+ pragma solidity ^0.8.22 ;␊
233
233
␊
234
234
contract Foo {␊
235
235
uint value = 42;␊
@@ -242,7 +242,7 @@ Generated by [AVA](https://avajs.dev).
242
242
243
243
`// SPDX-License-Identifier: MIT␊
244
244
// Compatible with OpenZeppelin Contracts ^5.0.0␊
245
- pragma solidity ^0.8.20 ;␊
245
+ pragma solidity ^0.8.22 ;␊
246
246
␊
247
247
contract Foo {␊
248
248
uint value = 42;␊
@@ -256,7 +256,7 @@ Generated by [AVA](https://avajs.dev).
256
256
257
257
`// SPDX-License-Identifier: MIT␊
258
258
// Compatible with OpenZeppelin Contracts ^5.0.0␊
259
- pragma solidity ^0.8.20 ;␊
259
+ pragma solidity ^0.8.22 ;␊
260
260
␊
261
261
contract FooBarBaz {␊
262
262
}␊
@@ -268,7 +268,7 @@ Generated by [AVA](https://avajs.dev).
268
268
269
269
`// SPDX-License-Identifier: MIT␊
270
270
// Compatible with OpenZeppelin Contracts ^5.0.0␊
271
- pragma solidity ^0.8.20 ;␊
271
+ pragma solidity ^0.8.22 ;␊
272
272
␊
273
273
/// @custom:security-contact [email protected] ␊
274
274
contract Foo {␊
0 commit comments