Skip to content

Commit 2e0617c

Browse files
committed
Switch to typelevel weaver
1 parent 4fde84f commit 2e0617c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

dd-java-agent/instrumentation/weaver/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ apply plugin: 'scala'
33

44
muzzle {
55
pass {
6-
group = 'com.disneystreaming'
6+
group = 'org.typelevel'
77
module = 'weaver-cats_3'
8-
versions = '[0.8.4,)'
8+
versions = '[0.9.2,)'
99
}
1010
}
1111

1212
addTestSuiteForDir('latestDepTest', 'test')
1313

1414
dependencies {
15-
compileOnly group: 'com.disneystreaming', name: 'weaver-cats_3', version: '0.8.4'
15+
compileOnly group: 'org.typelevel', name: 'weaver-cats_3', version: '0.9.2'
1616

1717
testImplementation testFixtures(project(':dd-java-agent:agent-ci-visibility'))
1818

1919
testImplementation group: 'org.scala-lang', name: 'scala-library', version: '2.12.20'
20-
testImplementation group: 'com.disneystreaming', name: 'weaver-cats_3', version: '0.8.4'
20+
testImplementation group: 'org.typelevel', name: 'weaver-cats_3', version: '0.9.2'
2121

22-
testImplementation group: 'com.disneystreaming', name: 'weaver-cats_3', version: '+'
22+
testImplementation group: 'org.typelevel', name: 'weaver-cats_3', version: '+'
2323
}
2424

2525
compileTestGroovy {

dd-java-agent/instrumentation/weaver/gradle.lockfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ com.datadoghq.okio:okio:1.17.6=compileClasspath,instrumentPluginClasspath,latest
1313
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,instrumentPluginClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,muzzleBootstrap,muzzleTooling,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1414
com.datadoghq:java-dogstatsd-client:4.4.3=instrumentPluginClasspath,latestDepTestRuntimeClasspath,muzzleTooling,runtimeClasspath,testRuntimeClasspath
1515
com.datadoghq:sketches-java:0.8.3=instrumentPluginClasspath,latestDepTestRuntimeClasspath,muzzleTooling,runtimeClasspath,testRuntimeClasspath
16-
com.disneystreaming:weaver-cats-core_3:0.8.4=compileClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
17-
com.disneystreaming:weaver-cats_3:0.8.4=compileClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
18-
com.disneystreaming:weaver-core_3:0.8.4=compileClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
19-
com.disneystreaming:weaver-framework_3:0.8.4=compileClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
16+
org.typelevel:weaver-cats-core_3:0.9.2=compileClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
org.typelevel:weaver-cats_3:0.9.2=compileClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
org.typelevel:weaver-core_3:0.9.2=compileClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
org.typelevel:weaver-framework_3:0.9.2=compileClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
2020
com.eed3si9n.expecty:expecty_3:0.16.0=compileClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
2121
com.eed3si9n:shaded-jawn-parser_2.13:1.3.2=zinc
2222
com.eed3si9n:shaded-scalajson_2.13:1.0.0-M4=zinc

0 commit comments

Comments
 (0)