From 958904cb2f2f65d02b2ab3ec6d9ec2e06d04e482 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Fri, 17 Sep 2021 13:15:34 -0700 Subject: Update Scala and publish plugin for more minor versions (#2130) --- build.sbt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 4084eecd..ec4cda13 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val commonSettings = Seq ( version := "3.5-SNAPSHOT", autoAPIMappings := true, scalaVersion := "2.13.6", - crossScalaVersions := Seq("2.13.6", "2.12.14"), + crossScalaVersions := Seq("2.13.6", "2.12.15"), scalacOptions := Seq("-deprecation", "-feature"), libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value, // Macros paradise is integrated into 2.13 but requires a scalacOption @@ -105,12 +105,15 @@ lazy val pluginScalaVersions = Seq( "2.12.11", "2.12.12", "2.12.13", + "2.12.14", + "2.12.15", "2.13.0", "2.13.1", "2.13.2", "2.13.3", "2.13.4", - "2.13.5" + "2.13.5", + "2.13.6" ) lazy val plugin = (project in file("plugin")). -- cgit v1.2.3