Skip to content

Commit

Permalink
Merge pull request #32 from nowsprinting/feature/bump_monkey_v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak authored Mar 13, 2024
2 parents 2f8d777 + d10e39a commit d0c305f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ create_project:
openupm -c $(PROJECT_HOME) add -f com.unity.testtools.codecoverage
openupm -c $(PROJECT_HOME) add -f com.cysharp.unitask
openupm -c $(PROJECT_HOME) add -f com.nowsprinting.test-helper.monkey
openupm -c $(PROJECT_HOME) add -f com.nowsprinting.test-helper.random
openupm -c $(PROJECT_HOME) add -ft $(PACKAGE_NAME)@file:../../

.PHONY: remove_project
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"changelogUrl": "https://github.com/DeNA/Anjin/releases",
"dependencies": {
"com.cysharp.unitask": "2.3.3",
"com.nowsprinting.test-helper.monkey": "0.5.0",
"com.nowsprinting.test-helper.random": "0.2.0",
"com.nowsprinting.test-helper.monkey": "0.6.1",
"com.nowsprinting.test-helper.random": "0.3.0",
"com.unity.automated-testing": "0.8.1-preview.2"
},
"displayName": "Anjin",
Expand Down

0 comments on commit d0c305f

Please sign in to comment.