diff --git a/script/Counter.s.sol b/script/Counter.s.sol index 1acf448..36123d3 100644 --- a/script/Counter.s.sol +++ b/script/Counter.s.sol @@ -1,6 +1,5 @@ -// SPDX-License-Identifier: UNLICENSED -pragma solidity ^0.8.13; +// SPDX-License-Identifier: MIT +pragma solidity ^0.8.24; -contract CounterScript { -} +contract CounterScript {} diff --git a/test/Counter.t.sol b/test/Counter.t.sol index 2657a9b..14c2112 100644 --- a/test/Counter.t.sol +++ b/test/Counter.t.sol @@ -1,6 +1,5 @@ -// SPDX-License-Identifier: UNLICENSED -pragma solidity ^0.8.13; +// SPDX-License-Identifier: MIT +pragma solidity ^0.8.24; -contract CounterTest { -} +contract CounterTest {}