Skip to content

Commit

Permalink
Upgrade to Arche v0.13.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange-42 authored May 21, 2024
1 parent b3dcf9c commit 6b76bdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Implements seasonal and "scripted" patch dynamics (#49)
- Adds support for weather/foraging period from files (#50)
- Adds a model initializer for using custom systems (53)
- Adds a model initializer for using custom systems (#53)

### Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/mlange-42/beecs
go 1.22.0

require (
github.com/mlange-42/arche v0.12.1-0.20240516105122-6799138aa690
github.com/mlange-42/arche v0.13.0
github.com/mlange-42/arche-model v0.8.1
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/mlange-42/arche v0.12.1-0.20240516105122-6799138aa690 h1:Bp491qQ601hjVGoDApCxCSp3Wt1GoKvIXf/Nphuj76k=
github.com/mlange-42/arche v0.12.1-0.20240516105122-6799138aa690/go.mod h1:gJ5J8vBreqrf4TcBomBFPGnWdE5P3qa4LtxYHn1gDcg=
github.com/mlange-42/arche v0.13.0 h1:ef0fu9qC2KIr8wIlVs+CgeQ5CSUJ8A1Hut6nXYdf+xk=
github.com/mlange-42/arche v0.13.0/go.mod h1:bFktKnvGDj2kP01xar79z0hKwGHdnoaEZR8HWmJkIyU=
github.com/mlange-42/arche-model v0.8.1 h1:PA6cq76wqz8IG02eoBzRh3tS+WYZ3aztZmMfwEjkr2M=
github.com/mlange-42/arche-model v0.8.1/go.mod h1:5Pzd3iAgdGNTiMgFJxHdc6a7qoaQPBK9xmyhrKTMmV8=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit 6b76bdf

Please sign in to comment.