Skip to content

Commit 8f9fd9c

Browse files
committed
Merge branch 'main' into add-iterator-group-methods
2 parents 4295a13 + c774bcb commit 8f9fd9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
2121
scalaModuleMimaPreviousVersion := None,
2222
scalacOptions ++= Seq("-deprecation", "-feature", "-Werror"),
2323
libraryDependencies ++= Seq(
24-
"org.scalacheck" %%% "scalacheck" % "1.14.3" % Test,
24+
"org.scalacheck" %%% "scalacheck" % "1.15.1" % Test,
2525
),
2626
)
2727
.jsSettings(

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.3")
2-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0")
2+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.1")
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")

0 commit comments

Comments
 (0)