Skip to content

Commit

Permalink
Merge branch '1.10.x' into update/sbt-contraband-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Nov 6, 2024
2 parents cb46a0a + 42e7a45 commit f9baa3d
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 @@ -16,7 +16,7 @@ object Dependencies {
val scala212_213 = Seq(defaultScalaVersion, scala213)

private val ioVersion = nightlyVersion.getOrElse("1.10.1")
private val utilVersion = nightlyVersion.getOrElse("1.10.4")
private val utilVersion = nightlyVersion.getOrElse("1.10.5")

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.10.3
sbt.version=1.10.5

0 comments on commit f9baa3d

Please sign in to comment.