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 ae566e0 commit 7eed171Copy full SHA for 7eed171
core/build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
api "org.typelevel:cats-core_$scalaVersion:$catsVersion"
28
api "org.typelevel:cats-effect_$scalaVersion:$catsEffectVersion"
29
30
- api 'org.xbib:jsr-305:1.0.0'
+ api 'org.xbib:jsr-305:2.0.0'
31
api "org.scala-lang:scala-reflect:$scalaVersionFull"
32
33
testImplementation project(":extras")
0 commit comments