Skip to content

Commit

Permalink
Allow to cross-release elasticmq for scala 3 and 2.12 (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchyb authored Dec 14, 2023
1 parent 3b43f9b commit f9f55e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ val buildSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
ScmInfo(url("https://github.com/softwaremill/elasticmq"), "scm:[email protected]:softwaremill/elasticmq.git")
),
scalaVersion := resolvedScalaVersion,
crossScalaVersions := List(v2_12, v2_13, v3),
scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) => Seq("-Xtarget:8")
Expand Down

0 comments on commit f9f55e6

Please sign in to comment.