We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cfe1a commit 378f085Copy full SHA for 378f085
build.sbt
@@ -15,7 +15,7 @@ lazy val root = (project in file("."))
15
// TODO: "2.10.7"
16
scalaVersion.value
17
),
18
- sbtVersion in pluginCrossBuild := {
+ (pluginCrossBuild / sbtVersion) := {
19
scalaBinaryVersion.value match {
20
case "2.10" => "0.13.18"
21
case "2.12" => "1.3.10"
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "1.1.5-SNAPSHOT"
+(ThisBuild / version) := "1.1.5-SNAPSHOT"
0 commit comments