Skip to content

Commit cccd338

Browse files
committed
Bump scala-collection-plus
1 parent 288c034 commit cccd338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val artifactProducingProjectSettings = Seq(
1313
lazy val `scala-git` = project.settings(artifactProducingProjectSettings *).dependsOn(`scala-git-test` % Test).settings(
1414
libraryDependencies ++= Seq(
1515
jgit,
16-
"com.madgag" %% "scala-collection-plus" % "0.11",
16+
"com.madgag" %% "scala-collection-plus" % "1.0.0",
1717
scalatest % Test
1818
)
1919
)

0 commit comments

Comments
 (0)