Skip to content

Commit

Permalink
Merge pull request #37 from Quafadas/main
Browse files Browse the repository at this point in the history
Fix publishing for 2.13
  • Loading branch information
armanbilge committed Jan 22, 2024
2 parents d328200 + c367815 commit 122923d
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 @@ -23,12 +23,13 @@ lazy val importmap = projectMatrix
libraryDependencies ++= Seq(
"org.scala-js" %% "scalajs-linker-interface" % scalaJSVersion,
),
tlVersionIntroduced := Map("2.13" -> "0.1.1"),
)
.defaultAxes(VirtualAxis.jvm)
.jvmPlatform(scalaVersions = Seq(scala2_12, scala2_13))

lazy val importmap2_12 = importmap.jvm(scala2_12)
lazy val importmap2_13 = importmap.jvm(scala2_12)
lazy val importmap2_13 = importmap.jvm(scala2_13)

lazy val sbtPlugin = project
.in(file("sbt-plugin"))
Expand Down

0 comments on commit 122923d

Please sign in to comment.