Skip to content

Commit

Permalink
Update zinc-persist to 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 29, 2024
1 parent a7b6dc6 commit 98345da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ trait CrossConfig {
val crossConfigs = Seq(
new CrossConfig {
def millVersion = "0.10.12"
def zincVersion = "1.9.0"
def zincVersion = "1.9.6"
},
new CrossConfig {
def millVersion = "0.11.6"
def zincVersion = "1.9.0"
}
def zincVersion = "1.9.6"
},
).map(c => millPlatform(c.millVersion) -> c).toMap

val crossMillVersions = crossConfigs.keys.toSeq
Expand Down

0 comments on commit 98345da

Please sign in to comment.