Skip to content

Commit

Permalink
Bump scala-collection-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Jan 22, 2025
1 parent 288c034 commit cccd338
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 @@ -13,7 +13,7 @@ lazy val artifactProducingProjectSettings = Seq(
lazy val `scala-git` = project.settings(artifactProducingProjectSettings *).dependsOn(`scala-git-test` % Test).settings(
libraryDependencies ++= Seq(
jgit,
"com.madgag" %% "scala-collection-plus" % "0.11",
"com.madgag" %% "scala-collection-plus" % "1.0.0",
scalatest % Test
)
)
Expand Down

0 comments on commit cccd338

Please sign in to comment.