Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lingcoder committed Dec 21, 2024
1 parent 0560630 commit cdeb8bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/Greeter.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
pragma solidity ^0.8.26;
pragma solidity ^0.8.28;

import { console } from "hardhat/console.sol";
import { IGreeter } from "./interfaces/IGreeter.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/interfaces/IGreeter.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.26;
pragma solidity ^0.8.28;

/**
* @title IGreeter
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default {
flat: false,
},
solidity: {
version: "0.8.26",
version: "0.8.28",
settings: {
optimizer: {
enabled: false,
Expand Down

0 comments on commit cdeb8bf

Please sign in to comment.