We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288c034 commit cccd338Copy full SHA for cccd338
build.sbt
@@ -13,7 +13,7 @@ lazy val artifactProducingProjectSettings = Seq(
13
lazy val `scala-git` = project.settings(artifactProducingProjectSettings *).dependsOn(`scala-git-test` % Test).settings(
14
libraryDependencies ++= Seq(
15
jgit,
16
- "com.madgag" %% "scala-collection-plus" % "0.11",
+ "com.madgag" %% "scala-collection-plus" % "1.0.0",
17
scalatest % Test
18
)
19
0 commit comments