Skip to content

Commit c3dfb6b

Browse files
fix(deps): update dependency org.xbib:jsr-305 to v2
1 parent 8f66761 commit c3dfb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
api "org.typelevel:cats-core_$scalaVersion:$catsVersion"
2929
api "org.typelevel:cats-effect_$scalaVersion:$catsEffectVersion"
3030

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

3434
testImplementation project(":extras")

0 commit comments

Comments
 (0)