Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Update whitesource library version #37

Merged
merged 1 commit into from
May 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ libraryDependencies += Defaults.sbtPluginExtra(
(scalaBinaryVersion in update).value
)

val whitesourceVersion = "2.4.9"
val whitesourceVersion = "2.6.9"

libraryDependencies += "org.whitesource" % "wss-agent-api" % whitesourceVersion
// Exclude pecoff library which is not on maven central and used only for .Net
Expand Down