Skip to content

Commit

Permalink
fix scalaVersions for apache-cxf
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Jun 5, 2024
1 parent bdf963e commit 3e1b7fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,6 @@ lazy val `kamon-apache-cxf` = (project in file("instrumentation/kamon-apache-cxf
.enablePlugins(JavaAgent)
.settings(instrumentationSettings)
.settings(
crossScalaVersions := Seq(`scala_2.13_version`, `scala_3_version`),
libraryDependencies ++= Seq(
kanelaAgent % "provided",
"org.apache.cxf" % "cxf-rt-frontend-simple" % "3.3.6" % "provided",
Expand Down

0 comments on commit 3e1b7fb

Please sign in to comment.