Skip to content

Commit

Permalink
feat(collections): upgrade to com.unity.collections 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonboukheir committed Oct 10, 2022
1 parent 2903039 commit 59663c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"description": "The [Un]official Algorand SDK for Unity. Integrate blockchain services into your game.\n\nWARNING: This package has not been audited and it should not be used in a production environment.",
"dependencies": {
"com.unity.collections": "1.3.1",
"com.unity.collections": "1.4.0",
"com.cysharp.unitask": "2.3.1"
},
"publishConfig": {
Expand Down Expand Up @@ -57,4 +57,4 @@
"scripts": {
"version": "./scripts/updateVersionUrl.sh && git add package.json .docfx/docfx.json README.md"
}
}
}

0 comments on commit 59663c8

Please sign in to comment.