Skip to content

Commit

Permalink
Patch updates (#1062)
Browse files Browse the repository at this point in the history
* sbt 1.10.1 (was 1.10.0)

* specs2-core 4.20.8 (was 4.20.7)
  • Loading branch information
scala-steward authored Jul 15, 2024
1 parent 1c4245f commit 85a8aa0
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 @@ -18,7 +18,7 @@ val isScala3 = Def.setting {

def specs2(scalaVersion: String) =
Seq("core", "junit").map { n =>
("org.specs2" %% s"specs2-$n" % "4.20.7") % Test
("org.specs2" %% s"specs2-$n" % "4.20.8") % Test
}

val jacksonDatabindVersion = "2.14.3"
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 85a8aa0

Please sign in to comment.