Skip to content

Commit

Permalink
Merge pull request #370 from hamnis/specs2-4-published-for-scala3
Browse files Browse the repository at this point in the history
specs2 is published for Scala3
  • Loading branch information
sh0hei authored Oct 1, 2022
2 parents 8d073e0 + fd8db0d commit d0834ad
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 d0834ad

Please sign in to comment.