Skip to content

Commit

Permalink
rm kamon-cassandra from scala 3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Dec 3, 2023
1 parent 5b12f6b commit a20261e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ lazy val `kamon-cassandra` = (project in file("instrumentation/kamon-cassandra")
.disablePlugins(AssemblyPlugin)
.enablePlugins(JavaAgent)
.settings(instrumentationSettings)
.settings(crossScalaVersions := Seq(`scala_2.11_version`, `scala_2.12_version`, `scala_2.13_version`))
.dependsOn(`kamon-core`, `kamon-instrumentation-common`, `kamon-testkit` % "test", `kamon-executors`)

lazy val `kamon-elasticsearch` = (project in file("instrumentation/kamon-elasticsearch"))
Expand Down Expand Up @@ -1053,7 +1054,6 @@ lazy val `kamon-bundle-dependencies-3` = (project in file("bundle/kamon-bundle-d
`kamon-logback`,
`kamon-jdbc`,
`kamon-kafka`,
`kamon-cassandra`,
`kamon-elasticsearch`,
`kamon-spring`,
`kamon-annotation`,
Expand Down

0 comments on commit a20261e

Please sign in to comment.