Skip to content

Commit 591d560

Browse files
committed
chore: bump nim versions
1 parent fa3e932 commit 591d560

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
APP_NAME: "levelsync"
11-
NIM_VERSION: '2.0.14'
11+
NIM_VERSION: '2.2.4'
1212

1313
jobs:
1414
build:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
APP_NAME: 'levelsync'
10-
NIM_VERSION: '2.0.14'
10+
NIM_VERSION: '2.2.4'
1111

1212
jobs:
1313
dll:

levelsync.nimble

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ bin = @["levelsync"]
1010

1111
# Dependencies
1212

13-
requires "nim >= 2.0.14"
14-
requires "yaml >= 2.1.1"
15-
requires "zippy >= 0.10.15"
16-
requires "chronicles >= 0.10.3"
13+
requires "nim >= 2.2.4"
14+
requires "yaml >= 2.2.0"
15+
requires "zippy >= 0.10.16"
16+
requires "chronicles >= 0.12.2"
1717
requires "db_connector >= 0.1.0"

0 commit comments

Comments
 (0)