Skip to content

Commit

Permalink
Update to caj 1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgobbo committed Feb 16, 2022
1 parent 9e88482 commit a0db349
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 @@ -7,7 +7,7 @@ plugins {

sourceCompatibility = 1.7

version = '2.9.8'
version = '3.0.0'
group = 'ch.psi'

repositories {
Expand All @@ -17,7 +17,7 @@ repositories {
}

dependencies {
api 'org.epics:caj:1.1.12'
api 'org.epics:caj:1.1.15'
testImplementation group: 'junit', name: 'junit', version: '4.+'
}

Expand Down

0 comments on commit a0db349

Please sign in to comment.