Skip to content

Commit 6795b7c

Browse files
authored
Adds support for Swift 6.1
1 parent bee98d0 commit 6795b7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/swift/devcontainer-template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"type": "string",
1212
"description": "Swift version:",
1313
"proposals": [
14+
"6.1",
1415
"6.0",
1516
"5.10",
1617
"5.9",
@@ -23,7 +24,7 @@
2324
"5.2",
2425
"5.1"
2526
],
26-
"default": "6.0"
27+
"default": "6.1"
2728
}
2829
},
2930
"platforms": [

0 commit comments

Comments
 (0)