Skip to content

Commit

Permalink
chore: Update sbt-javaagent to v0.1.8 (#2911)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Procyk <[email protected]>
  • Loading branch information
daschbot and mpro7 authored Nov 9, 2023
1 parent b093357 commit e17cda2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ignore the following dependencies:
# jodd -> hard to update and only used in DateUtilV1
# sbt-scoverage -> version conflict in scala-xml
# jodd -> hard to update due to removal of JDateTime class in newer versions used in DateUtilV1 to calendars conversions
# graph-core -> hard to update due to breaking changes

updates.ignore = [
{ groupId = "org.jodd", artifactId = "jodd", version = "3.2.7" }
{ groupId = "org.scoverage", artifactId = "sbt-scoverage", version = "1.9.3" }
{ groupId = "org.jodd", artifactId = "jodd" },
{ groupId = "org.scala-graph", artifactId = "graph-core"}
]

# pullRequests.grouping allows you to specify how Scala Steward should group
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.2")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.2")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4")
addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.7")
addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8")
// also update the scalac-scoverage-runtime version in build.sbt
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
Expand Down

0 comments on commit e17cda2

Please sign in to comment.