Skip to content

Commit

Permalink
formatting...
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed May 8, 2024
1 parent 3d34d36 commit 8125b9e
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 @@ -20,7 +20,7 @@ lazy val core = project
// Workaround for https://github.com/slick/slick/issues/2933
libraryDependencies ++=
(if (scalaVersion.value.startsWith("2.13")) Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)
else Nil),
else Nil),
mimaReportSignatureProblems := true,
mimaPreviousArtifacts := {
if (scalaVersion.value.startsWith("3")) {
Expand Down

0 comments on commit 8125b9e

Please sign in to comment.