-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove 2.13 for releases * Setting version to 1.2.0 * Setting version to 1.2.1-SNAPSHOT * post release update * Use portable-scala crossProject (#2323) * Use portable-scala crossProject * Refine POM match for simulacrum * Drop 2.10 support / update to 2.13-M4 (#2306) * drop 2.10 support from the build * drop Scala 2.10 /update to 2.13-M3
- Loading branch information
1 parent
60b966a
commit 39125b5
Showing
5 changed files
with
67 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
addSbtCoursier | ||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") | ||
addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.8") | ||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") | ||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0") | ||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.3") | ||
addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "1.0.0") | ||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0-M3") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22") | ||
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.8.0") | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") | ||
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.20") | ||
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.1") | ||
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.1") | ||
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.4") | ||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") | ||
addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.8") | ||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") | ||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0") | ||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.3") | ||
addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "1.0.0") | ||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0-M3") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3") | ||
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.8.0") | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") | ||
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.20") | ||
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.1") | ||
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.1") | ||
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.4") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.5.0") | ||
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "0.5.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.23") | ||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.7") |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version in ThisBuild := "1.1.1-SNAPSHOT" | ||
version in ThisBuild := "1.2.1-SNAPSHOT" |