Skip to content

Commit

Permalink
Merge pull request #129 from DanielaSfregola/scalajs-upgrade
Browse files Browse the repository at this point in the history
ScalaJs upgrade to 1.1.1
  • Loading branch information
DanielaSfregola authored Sep 5, 2020
2 parents 820ab9d + 6ac113e commit b8186bc
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 @@ -56,7 +56,7 @@ lazy val root =
name := "random-data-generator",
libraryDependencies ++= {
val ScalacheckShapeless = "1.2.5"
val Spec2 = "4.5.1"
val Spec2 = "4.10.3"

Seq(
"com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % ScalacheckShapeless,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")

// cross-compiling
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.33")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.1.1")

0 comments on commit b8186bc

Please sign in to comment.