Skip to content

Commit

Permalink
Remove 2.12 version for anorm-pekko
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanbar committed Aug 27, 2023
1 parent ef43196 commit c51c206
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 @@ -322,7 +322,7 @@ lazy val `anorm-pekko` = (project in file("pekko"))

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

0 comments on commit c51c206

Please sign in to comment.