We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f66761 commit c3dfb6bCopy full SHA for c3dfb6b
core/build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
api "org.typelevel:cats-core_$scalaVersion:$catsVersion"
29
api "org.typelevel:cats-effect_$scalaVersion:$catsEffectVersion"
30
31
- api 'org.xbib:jsr-305:1.0.0'
+ api 'org.xbib:jsr-305:2.0.0'
32
api "org.scala-lang:scala-reflect:$scalaVersionFull"
33
34
testImplementation project(":extras")
0 commit comments