Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Update dependency org.specs2:specs2-core to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent 9b3077d commit 2d96bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val assemble =

lazy val scopt = Seq(libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0")

lazy val specs2 = Seq(libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.2" % "test",
lazy val specs2 = Seq(libraryDependencies += "org.specs2" %% "specs2-core" % "5.4.0" % "test",
Test / fork := true)

lazy val csv = Seq(libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.10")
Expand Down

0 comments on commit 2d96bba

Please sign in to comment.