Skip to content

Commit

Permalink
Merge branch '1.10.x' into transitive-invalidation-fast-pass-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Sep 23, 2024
2 parents 34aa51a + 2bf1693 commit 9204ba9
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 @@ -75,7 +75,7 @@ object Dependencies {
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
val sbinary = "org.scala-sbt" %% "sbinary" % "0.5.1"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
val verify = "com.eed3si9n.verify" %% "verify" % "2.0.1"
val sjsonnew = Def.setting {
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 9204ba9

Please sign in to comment.