Skip to content

Commit

Permalink
build system-metrics for scala 3 (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar authored Apr 23, 2022
1 parent 99751a5 commit 0e050fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ lazy val `kamon-annotation` = (project in file("instrumentation/kamon-annotation
lazy val `kamon-system-metrics` = (project in file("instrumentation/kamon-system-metrics"))
.disablePlugins(AssemblyPlugin)
.settings(
crossScalaVersions += `scala_3_version`,
libraryDependencies ++= Seq(
oshiCore,
scalatest % "test",
Expand Down

0 comments on commit 0e050fd

Please sign in to comment.