Skip to content

Commit

Permalink
util 1.7.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Apr 18, 2022
1 parent c550e78 commit 7951c59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ target-2.11/
target-2.12/
target-2.13/
zinc/src/test/resources/bin
.idea
.idea
metals.sbt
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ThisBuild / version := {
nightlyVersion match {
case Some(v) => v
case _ =>
if ((ThisBuild / isSnapshot).value) "1.4.0-SNAPSHOT"
if ((ThisBuild / isSnapshot).value) "1.7.0-SNAPSHOT"
else old
}
}
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
val scala212_213 = Seq(defaultScalaVersion, scala213)

private val ioVersion = nightlyVersion.getOrElse("1.6.0")
private val utilVersion = nightlyVersion.getOrElse("1.6.2")
private val utilVersion = nightlyVersion.getOrElse("1.7.0-M2")

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

Expand Down

0 comments on commit 7951c59

Please sign in to comment.