Skip to content

Commit 16b94ea

Browse files
committed
forgot version change in one place
1 parent 82b6ce8 commit 16b94ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jmh/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tasks.getByName('jmh').outputs.upToDateWhen { false }
9898

9999
// a trick: to get the classpath for a benchmark, create a configuration that depends on the benchmark, and
100100
// then filter out the benchmark itself
101-
def caffeineClasspath = configurations.caffeineDeps.filter({f -> !f.toString().contains("caffeine-3.0.2")}).asPath
101+
def caffeineClasspath = configurations.caffeineDeps.filter({f -> !f.toString().contains("caffeine-3.2.3")}).asPath
102102
def autodisposeClasspath = configurations.autodisposeDeps.filter({f -> !f.toString().contains("autodispose-2.1.0")}).asPath
103103
def nullawayReleaseClasspath = configurations.nullawayReleaseDeps.filter({f -> !f.toString().contains("nullaway-0.9.7")}).asPath
104104

0 commit comments

Comments
 (0)