Skip to content

Commit

Permalink
fix mima
Browse files Browse the repository at this point in the history
  • Loading branch information
CJSmith-0141 committed Dec 22, 2023
1 parent fb15d20 commit 73bd262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ThisBuild / tlJdkRelease := Option(8)
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / githubWorkflowScalaVersions := Seq("3", "2.13", "2.12")
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / tlBaseVersion := "0.5"
ThisBuild / tlBaseVersion := "0.5.1"
ThisBuild / tlSonatypeUseLegacyHost := false
ThisBuild / mergifyStewardConfig ~= {
_.map(_.copy(mergeMinors = true, author = "dwolla-oss-scala-steward[bot]"))
Expand Down

0 comments on commit 73bd262

Please sign in to comment.