Skip to content

Commit

Permalink
specs2 is published for Scala3
Browse files Browse the repository at this point in the history
Remove problematic for3Use2_13 to avoid having to exclude it
  • Loading branch information
hamnis committed Sep 30, 2022
1 parent 8d073e0 commit fd8db0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ lazy val specs2 = crossProject(JSPlatform, JVMPlatform)
.settings(
name := "cats-effect-testing-specs2",
libraryDependencies += ("org.specs2" %%% "specs2-core" % "4.17.0")
.cross(CrossVersion.for3Use2_13)
.exclude("org.scala-js", "scala-js-macrotask-executor_sjs1_2.13"))

lazy val scalatest = crossProject(JSPlatform, JVMPlatform)
Expand Down

0 comments on commit fd8db0d

Please sign in to comment.