Skip to content

Commit

Permalink
fix(deps): update dependency org.xbib:jsr-305 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2022
1 parent ae566e0 commit 7eed171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
api "org.typelevel:cats-core_$scalaVersion:$catsVersion"
api "org.typelevel:cats-effect_$scalaVersion:$catsEffectVersion"

api 'org.xbib:jsr-305:1.0.0'
api 'org.xbib:jsr-305:2.0.0'
api "org.scala-lang:scala-reflect:$scalaVersionFull"

testImplementation project(":extras")
Expand Down

0 comments on commit 7eed171

Please sign in to comment.