Skip to content

Commit

Permalink
cross-publish by minor Scala version
Browse files Browse the repository at this point in the history
(we don't publish this plugin at all, but for demonstration
purposes...)

fixes #1
  • Loading branch information
SethTisue committed Aug 13, 2018
1 parent 72bfc17 commit fa17ca4
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 @@ -3,6 +3,7 @@ version := "0.0.1"
name := "cloc-plugin"
scalaVersion := crossScalaVersions.value.head
crossScalaVersions := Seq("2.12.6", "2.13.0-M4")
crossVersion := CrossVersion.patch
libraryDependencies +=
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided"
scalacOptions ++= Seq(
Expand Down

0 comments on commit fa17ca4

Please sign in to comment.