Skip to content

Commit

Permalink
Merge pull request #7249 from eed3si9n/wip/zinc
Browse files Browse the repository at this point in the history
Zinc 1.8.1
  • Loading branch information
eed3si9n committed May 12, 2023
2 parents f587645 + fc7a952 commit b029f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Dependencies {
private val ioVersion = nightlyVersion.getOrElse("1.8.1")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.8.0")
val zincVersion = nightlyVersion.getOrElse("1.8.0")
val zincVersion = nightlyVersion.getOrElse("1.8.1")

private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.2
sbt.version=1.8.2

0 comments on commit b029f7a

Please sign in to comment.