Skip to content

Commit

Permalink
(local) fix solidity version in registry contract
Browse files Browse the repository at this point in the history
  • Loading branch information
joewagner committed Aug 29, 2023
1 parent 04cdf8a commit 5473f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/local/registry/contracts/TablelandTables.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
pragma solidity 0.8.19;

// Need to have this so the tests can deploy a registry
import "@tableland/evm/contracts/TablelandTables.sol";

0 comments on commit 5473f91

Please sign in to comment.