This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 90b691afc standardise on specs 4.20 (#369)
90b691afc is described below

commit 90b691afcb4e779b9042c852bdaa87a3293c25e2
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Dec 1 13:44:25 2023 +0100

    standardise on specs 4.20 (#369)
---
 project/Dependencies.scala | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cd69b5a14..c9cd8ac2f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -78,13 +78,7 @@ object Dependencies {
     object Test {
       val sprayJson = Compile.sprayJson % "test"
       val junit = Compile.junit % "test"
-      val specs2 = {
-        val specs2 = "org.specs2" %% "specs2-core"
-        ScalaVersionDependentModuleID.versioned {
-          case v if v.startsWith("2.") => specs2 % "4.10.6"
-          case _                       => specs2 % "4.15.0"
-        }
-      }
+      val specs2 = "org.specs2" %% "specs2-core" % "4.20.3"
 
       val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % 
"test"
       val junitIntf = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to