Skip to content

Commit 4cf242e

Browse files
fix(deps): update dependency org.xbib:jsr-305 to v2
1 parent 58e8889 commit 4cf242e

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
@@ -30,7 +30,7 @@ dependencies {
3030
api "org.typelevel:cats-core_$scalaVersion:$catsVersion"
3131
api "org.typelevel:cats-effect_$scalaVersion:$catsEffectVersion"
3232

33-
api 'org.xbib:jsr-305:1.0.0'
33+
api 'org.xbib:jsr-305:2.0.0'
3434
api "org.scala-lang:scala-reflect:$scalaLibraryVersion"
3535

3636
testImplementation project(":extras")

0 commit comments

Comments
 (0)