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

Commit

Permalink
Merge pull request #290 from 100km/renovate/org.specs2-specs2-core-4.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency org.specs2:specs2-core to v4.20.8
  • Loading branch information
renovate[bot] authored Jul 4, 2024
2 parents 5f2be1d + bb4a772 commit 7bacf44
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.7" % "test",
lazy val specs2 = Seq(libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.8" % "test",
Test / fork := true)

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

0 comments on commit 7bacf44

Please sign in to comment.