Skip to content

Commit

Permalink
Plugin Repo Name sbt-play-ebean --> play-ebean (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmswenski authored Nov 21, 2020
1 parent 5c254ed commit ae7ac6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>

lazy val mimaSettings = Seq(
mimaPreviousArtifacts := Set(
organization.value %% name.value % previousStableVersion.value
.getOrElse(throw new Error("Unable to determine previous version"))
organization.value %% name.value % "6.0.0" //previousStableVersion.value
//.getOrElse(throw new Error("Unable to determine previous version"))
),
)

Expand Down
2 changes: 1 addition & 1 deletion project/Publish.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ class Publish(isLibrary: Boolean, repoName: String) extends AutoPlugin {
}

object PublishLibrary extends Publish(isLibrary = true, repoName = "play-ebean")
object PublishSbtPlugin extends Publish(isLibrary = false, repoName = "sbt-play-ebean")
object PublishSbtPlugin extends Publish(isLibrary = false, repoName = "play-ebean")

0 comments on commit ae7ac6c

Please sign in to comment.