Skip to content

Commit

Permalink
Merge branch 'master' into update/jackson-module-scala-2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biandratti authored Oct 6, 2024
2 parents 56af465 + 90f4580 commit a9e2285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Dependencies {

lazy val playDependencies: Seq[ModuleID] = {
Seq(
"com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided",
"com.softwaremill.macwire" %% "macros" % "2.6.2" % "provided",
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test
)
}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2

0 comments on commit a9e2285

Please sign in to comment.