Skip to content

Commit

Permalink
Merge pull request #1765 from dedis/upgr_onet
Browse files Browse the repository at this point in the history
Upgrade onet to fix crashing bug
  • Loading branch information
jeffallen authored Mar 15, 2019
2 parents 831f242 + 73bd78c commit 12789cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.epfl.dedis</groupId>
<artifactId>cothority</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
<name>Cothority client library for Java</name>
<description>A client library for communicating with cothorities (a collective authority).</description>
<url>https://github.com/dedis/cothority</url>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.3.0
go.dedis.ch/kyber/v3 v3.0.0
go.dedis.ch/onet/v3 v3.0.0
go.dedis.ch/onet/v3 v3.0.1
go.dedis.ch/protobuf v1.0.6
go.etcd.io/bbolt v1.3.0
golang.org/x/oauth2 v0.0.0-20190115181402-5dab4167f31c
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ go.dedis.ch/onet/v3 v3.0.0-pre5 h1:raU4FHvXcQA24fbg3hW/V1ewXhsJ4/ouhAzk5dDd7Ck=
go.dedis.ch/onet/v3 v3.0.0-pre5/go.mod h1:jpam5gXZr/hSynqGCTXF43TPzLniG7cMsz4QNmZPJEo=
go.dedis.ch/onet/v3 v3.0.0 h1:haBqkwkNNu/jHz7+PoZJS+xbtA5JheQvt0SSIjGyk5I=
go.dedis.ch/onet/v3 v3.0.0/go.mod h1:xqmP2+NvxeNzgmNj/4hf56EZm3KT0Qksz98miZw5G3A=
go.dedis.ch/onet/v3 v3.0.1 h1:4b8Ii7MaApZScRwn4ttFuVcCn19hfCWP9zDSUTkafFc=
go.dedis.ch/onet/v3 v3.0.1/go.mod h1:xqmP2+NvxeNzgmNj/4hf56EZm3KT0Qksz98miZw5G3A=
go.dedis.ch/protobuf v1.0.5/go.mod h1:eIV4wicvi6JK0q/QnfIEGeSFNG0ZeB24kzut5+HaRLo=
go.dedis.ch/protobuf v1.0.6 h1:E61p2XjYbYrTf3WeXE8M8Ui5WA3hX/NgbHHi5D0FLxI=
go.dedis.ch/protobuf v1.0.6/go.mod h1:YHYXW6dQ9p2iJ3f+2fxKnOpjGx0MvL4cwpg1RVNXaV8=
Expand Down

0 comments on commit 12789cc

Please sign in to comment.