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 authored and cchantep committed Sep 9, 2023
1 parent 44a89e1 commit c5d291d
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 @@ -328,7 +328,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 c5d291d

Please sign in to comment.