Skip to content

Commit

Permalink
Bump default Datadog APM version to 0.106.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Aug 10, 2022
1 parent b63d8e7 commit 2cb6784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Configuration
To use a specific Datadog Java APM Agent version, add the following to your `build.sbt` file:

```scala
datadogApmVersion := "0.98.1"
datadogApmVersion := "0.106.0"
```

#### `datadogApmEnabled`
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/guizmaii/sbt/DatadogAPM.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object DatadogAPM extends AutoPlugin {

override lazy val projectSettings = Seq(
ivyConfigurations += DatadogConfig,
datadogApmVersion := "0.100.0",
datadogApmVersion := "0.106.0",
datadogJavaAgent := findDatadogJavaAgent(update.value),
datadogApmEnabled := true,
datadogServiceName := name.value,
Expand Down

0 comments on commit 2cb6784

Please sign in to comment.