Skip to content

Commit

Permalink
update coursier version
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed May 3, 2024
1 parent f9e22ec commit 0538b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ object RawAppDescriptor {
@since("2.1.0-M4")
prebuilt: Option[String] = None,
prebuiltBinaries: Option[Map[String, String]] = None,
@since("2.2.0")
@since("2.1.10")
launcherType: Option[String] = None
) {
def versionOverride: ValidatedNel[String, VersionOverride] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ import coursier.core.{Repository, VersionInterval}
@since("2.1.0-M4")
prebuiltLauncher: Option[String] = None,
prebuiltBinaries: Option[Map[String, String]] = None,
@since("2.2.0")
@since("2.1.10")
launcherType: Option[LauncherType] = None
)

0 comments on commit 0538b94

Please sign in to comment.