Skip to content

Commit e0255a7

Browse files
committed
added guava as jmh dependency
1 parent 3f928a3 commit e0255a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dependencies {
4747
jmhImplementation group: 'com.alibaba.fastjson2', name: 'fastjson2', version: '2.0.35'
4848
jmhImplementation group: 'com.jsoniter', name: 'jsoniter', version: '0.9.23'
4949
jmhImplementation group: 'com.github.plokhotnyuk.jsoniter-scala', name: 'jsoniter-scala-core_2.13', version: jsoniterScalaVersion
50+
jmhImplementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre'
5051
compileOnly group: 'com.github.plokhotnyuk.jsoniter-scala', name: 'jsoniter-scala-macros_2.13', version: jsoniterScalaVersion
5152

5253
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'

0 commit comments

Comments
 (0)