Skip to content

Commit

Permalink
Merge pull request #2 from upbcuk/update_dependencies
Browse files Browse the repository at this point in the history
Changes dependecies from snapshots to releases
  • Loading branch information
JanBobolz authored Jan 11, 2019
2 parents 7713ce9 + b3fb8e4 commit 43ab3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ repositories {
}
dependencies {
// This dependency is exported to consumers, that is to say found on their compile classpath.
api group: 'de.upb.crypto', name: 'math', version: '1.0.0-SNAPSHOT'
api group: 'de.upb.crypto', name: 'craco', version: '1.1.0-SNAPSHOT'
api group: 'de.upb.crypto', name: 'math', version: '1.0.0'
api group: 'de.upb.crypto', name: 'craco', version: '1.1.0'

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
Expand Down

0 comments on commit 43ab3f4

Please sign in to comment.