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

Commit

Permalink
chore(deps): 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 Jul 4, 2024
1 parent 7bacf44 commit b6878ac
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.8" % "test",
lazy val specs2 = Seq(libraryDependencies += "org.specs2" %% "specs2-core" % "5.5.3" % "test",
Test / fork := true)

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

0 comments on commit b6878ac

Please sign in to comment.