Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ae6ea6

Browse files
authoredJan 9, 2024
chore(deps): update dependency org.specs2:specs2-core to v5
1 parent 24ea760 commit 0ae6ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy val assemble =
3434

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

37-
lazy val specs2 = Seq(libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.4" % "test",
37+
lazy val specs2 = Seq(libraryDependencies += "org.specs2" %% "specs2-core" % "5.4.1" % "test",
3838
Test / fork := true)
3939

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

0 commit comments

Comments
 (0)
This repository has been archived.