Skip to content

Commit 6ee0ecd

Browse files
committed
Update to sbt 2.0.0-RC6.
1 parent c64f3c0 commit 6ee0ecd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.11
1+
sbt.version=1.11.6

sbt-plugin/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inThisBuild(
2222
)
2323

2424
val scala2 = "2.12.20"
25-
val scala3 = "3.6.4"
25+
val scala3 = "3.7.3"
2626

2727
val `sbt-github-dependency-submission` = project
2828
.in(file("."))
@@ -32,7 +32,7 @@ val `sbt-github-dependency-submission` = project
3232
pluginCrossBuild / sbtVersion := {
3333
scalaBinaryVersion.value match {
3434
case "2.12" => "1.5.8"
35-
case _ => "2.0.0-M4"
35+
case _ => "2.0.0-RC6"
3636
}
3737
},
3838
scalaVersion := scala2,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.11
1+
sbt.version=1.11.6

sbt-plugin/src/main/scala/ch/epfl/scala/GithubDependencyGraphPlugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ object GithubDependencyGraphPlugin extends AutoPlugin {
3737
val githubProjectsKey: AttributeKey[Seq[ProjectRef]] = AttributeKey("githubProjectRefs")
3838
val githubSnapshotFileKey: AttributeKey[File] = AttributeKey("githubSnapshotFile")
3939

40+
@transient
4041
val githubDependencyManifest: TaskKey[Option[githubapi.Manifest]] = taskKey(
4142
"The dependency manifest of the project"
4243
)

0 commit comments

Comments
 (0)