Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Update dependency sbt/sbt to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent b865ac3 commit e6621a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val canape = project
"de.heikoseeberger" %% "akka-http-play-json" % "1.39.2",
"com.iheart" %% "ficus" % "1.5.2",
"org.specs2" %% "specs2-core" % "4.20.7" % "test",
"org.specs2" %% "specs2-mock" % "4.20.8" % "test"
"org.specs2" %% "specs2-mock" % "4.20.7" % "test"
),
Test/fork := true,
scalariformAutoformat := true,
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.0
sbt.version=1.10.1

0 comments on commit e6621a2

Please sign in to comment.