File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ kramdown:
2828 auto_ids : true
2929 hard_wrap : false
3030
31- cracoversion : 3.0.0
32- mathversion : 3.0.1
31+ cracomajorversion : 3
32+ mathmajorversion : 3
3333
3434# exclude from jekyll site
3535exclude :
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ Add these dependencies to your `pom.xml`:
4343<dependency >
4444 <groupId >org.cryptimeleon</groupId >
4545 <artifactId >math</artifactId >
46- <version >{{site.mathversion}} </version >
46+ <version >[ {{site.mathmajorversion}}.0,) </version >
4747</dependency >
4848<dependency >
4949 <groupId >org.cryptimeleon</groupId >
5050 <artifactId >craco</artifactId >
51- <version >{{site.cracoversion}} </version >
51+ <version >[ {{site.cracomajorversion}}.0,) </version >
5252</dependency >
5353```
5454
@@ -65,8 +65,8 @@ repositories {
6565}
6666
6767dependencies {
68- implementation 'org.cryptimeleon:math:{{site.mathversion}} '
69- implementation 'org.cryptimeleon:craco:{{site.cracoversion}} '
68+ implementation 'org.cryptimeleon:math:{{site.mathmajorversion}}.+ '
69+ implementation 'org.cryptimeleon:craco:{{site.cracomajorversion}}.+ '
7070}
7171```
7272
You can’t perform that action at this time.
0 commit comments