Skip to content

Commit

Permalink
Set mimaFailOnNoPrevious to false for anorm-pekko
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanbar committed Aug 27, 2023
1 parent 4ff56fa commit ef43196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ lazy val `anorm-pekko` = (project in file("pekko"))

}
},
crossScalaVersions -= "2.11.12"
crossScalaVersions -= "2.11.12",
mimaFailOnNoPrevious := false
)
.dependsOn(`anorm-core`)

Expand Down

0 comments on commit ef43196

Please sign in to comment.