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 Mar 24, 2023
1 parent 8f66761 commit c3dfb6b
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 @@ -28,7 +28,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 c3dfb6b

Please sign in to comment.