From fd8db0d1bfa7c865da6a38b4ef1e5b35ad2557c5 Mon Sep 17 00:00:00 2001 From: Erlend Hamnaberg Date: Fri, 30 Sep 2022 09:04:41 +0200 Subject: [PATCH] specs2 is published for Scala3 Remove problematic for3Use2_13 to avoid having to exclude it --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9774f7a..b9f4a37 100644 --- a/build.sbt +++ b/build.sbt @@ -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)