Skip to content

Commit 7eed171

Browse files
fix(deps): update dependency org.xbib:jsr-305 to v2
1 parent ae566e0 commit 7eed171

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
@@ -27,7 +27,7 @@ dependencies {
2727
api "org.typelevel:cats-core_$scalaVersion:$catsVersion"
2828
api "org.typelevel:cats-effect_$scalaVersion:$catsEffectVersion"
2929

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

3333
testImplementation project(":extras")

0 commit comments

Comments
 (0)