Skip to content

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val root = (project in file("."))
1515
// TODO: "2.10.7"
1616
scalaVersion.value
1717
),
18-
sbtVersion in pluginCrossBuild := {
18+
(pluginCrossBuild / sbtVersion) := {
1919
scalaBinaryVersion.value match {
2020
case "2.10" => "0.13.18"
2121
case "2.12" => "1.3.10"

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.1.5-SNAPSHOT"
1+
(ThisBuild / version) := "1.1.5-SNAPSHOT"

0 commit comments

Comments
 (0)