Skip to content

Commit

Permalink
Update specs2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 5, 2024
1 parent af2a5f2 commit 0729ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt._
object Dependencies {
val gigahorseOkhttp = "com.eed3si9n" %% "gigahorse-okhttp" % "0.4.0"
val bouncyCastlePgp = "org.bouncycastle" % "bcpg-jdk15on" % "1.69"
val specs2 = "org.specs2" %% "specs2-core" % "3.10.0"
val specs2 = "org.specs2" %% "specs2-core" % "4.20.8"
val sbtIo = "org.scala-sbt" %% "io" % "1.2.2"
val parserCombinators = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
}

0 comments on commit 0729ae8

Please sign in to comment.