Skip to content

Commit

Permalink
upgrade zinc to 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ov7a committed Nov 29, 2024
1 parent b362652 commit c88ee28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies {

// tag::zinc-dependency[]
scala {
zincVersion = "1.10.2"
zincVersion = "1.10.4"
}
// end::zinc-dependency[]
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies {

// tag::zinc-dependency[]
scala {
zincVersion = "1.10.2"
zincVersion = "1.10.4"
}
// end::zinc-dependency[]
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public abstract class ScalaBasePlugin implements Plugin<Project> {
*
* @since 6.0
*/
public static final String DEFAULT_ZINC_VERSION = "1.10.2";
public static final String DEFAULT_ZINC_VERSION = "1.10.4";
private static final String DEFAULT_SCALA_ZINC_VERSION = "2.13";

@VisibleForTesting
Expand Down
2 changes: 1 addition & 1 deletion subprojects/distributions-dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ dependencies {
// compile only
api(libs.maven3Compat) { version { strictly(mavenVersion); because("required for maven2gradle in init plugin") }}
api(libs.maven3PluginApi) { version { strictly(mavenVersion); because("required for maven2gradle in init plugin") }}
api(libs.zinc) { version { strictly("1.9.6") }}
api(libs.zinc) { version { strictly("1.10.4") } }

// test only
api(libs.aircompressor) { version { strictly("0.8") }}
Expand Down

0 comments on commit c88ee28

Please sign in to comment.