File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
src/main/scala/ch/epfl/scala Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- sbt.version =1.10.11
1+ sbt.version =1.11.6
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ inThisBuild(
2222)
2323
2424val scala2 = " 2.12.20"
25- val scala3 = " 3.6.4 "
25+ val scala3 = " 3.7.3 "
2626
2727val `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,
Original file line number Diff line number Diff line change 1- sbt.version =1.10.11
1+ sbt.version =1.11.6
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments