Skip to content

Commit

Permalink
Updated build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed May 23, 2021
1 parent 14a6d8c commit f48816b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ lazy val specs2 = crossProject(JSPlatform, JVMPlatform)
.dependsOn(core)
.settings(
name := "cats-effect-testing-specs2",

libraryDependencies += "org.specs2" %% "specs2-core" % "4.12.0")
.settings(dottyLibrarySettings)
libraryDependencies += ("org.specs2" %% "specs2-core" % "4.12.0").cross(CrossVersion.for3Use2_13))

lazy val scalatest = crossProject(JSPlatform, JVMPlatform)
.in(file("scalatest"))
Expand Down
6 changes: 2 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.20.4")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.21.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
// TODO: Remove when sbt-spiewak does not use sbt-dotty
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.5")

0 comments on commit f48816b

Please sign in to comment.