Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-eric-torreborre committed Sep 8, 2021
1 parent aa0f3eb commit f9481c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ lazy val commonSettings =
specs2Settings ++
compilationSettings ++
releaseSettings ++
testSettings
testSettings ++
Seq(mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "5.0.0-RC-07"))

lazy val commonJvmSettings =
testJvmSettings
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.13.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.0")

resolvers += Resolver.url("sonatype", new URL("https://oss.sonatype.org/content/repositories/releases"))(
Resolver.ivyStylePatterns
Expand Down

0 comments on commit f9481c0

Please sign in to comment.