File tree Expand file tree Collapse file tree
src/main/scala/sbtassembly Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 distribution : zulu
1818 jobtype : sbt-1
1919 - os : ubuntu-latest
20- java : 8
20+ java : 17
2121 distribution : temurin
2222 jobtype : sbt-2
2323 - os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ThisBuild / version := {
77ThisBuild / organization := " com.eed3si9n"
88
99def scala212 = " 2.12.20"
10- def scala3 = " 3.7.2 "
10+ def scala3 = " 3.8.1 "
1111ThisBuild / crossScalaVersions := Seq (scala212, scala3)
1212ThisBuild / scalaVersion := scala3
1313
@@ -38,13 +38,13 @@ lazy val root = (project in file("."))
3838 (pluginCrossBuild / sbtVersion) := {
3939 scalaBinaryVersion.value match {
4040 case " 2.12" => " 1.5.8"
41- case _ => " 2.0.0-RC6 "
41+ case _ => " 2.0.0-RC9 "
4242 }
4343 }
4444 scriptedSbt := {
4545 scalaBinaryVersion.value match {
4646 case " 2.12" => " 1.10.7"
47- case _ => " 2.0.0-RC6 "
47+ case _ => " 2.0.0-RC9 "
4848 }
4949 }
5050 Compile / generateContrabands / sourceManaged := baseDirectory.value / " src" / " main" / " scala"
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ trait AssemblyKeys {
2020 lazy val assemblyPackageDependency = taskKey[FileRef ](" Produces the dependency artifact" )
2121 lazy val assemblyJarName = taskKey[String ](" name of the über jar" )
2222 lazy val assemblyDefaultJarName = taskKey[String ](" default name of the über jar" )
23+ @ transient
2324 lazy val assemblyOutputPath = taskKey[File ](" output path of the über jar" )
2425
2526 @ transient
You can’t perform that action at this time.
0 commit comments