Skip to content

Commit 9204ba9

Browse files
authored
Merge branch '1.10.x' into transitive-invalidation-fast-pass-2
2 parents 34aa51a + 2bf1693 commit 9204ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ object Dependencies {
7575
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
7676
val sbinary = "org.scala-sbt" %% "sbinary" % "0.5.1"
7777
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
78-
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
78+
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
7979
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
8080
val verify = "com.eed3si9n.verify" %% "verify" % "2.0.1"
8181
val sjsonnew = Def.setting {

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.1
1+
sbt.version=1.10.2

0 commit comments

Comments
 (0)