Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update sbt-javaagent to v0.1.8 #2911

Merged
merged 14 commits into from
Nov 9, 2023
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
Loading