Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Upgrade sbt-ci-release #241

Merged
merged 1 commit into from
May 3, 2023
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 project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.2"
)

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

lazy val build = (project in file(".")).
enablePlugins(BuildInfoPlugin).
Expand Down