Skip to content

Commit

Permalink
deps: IO 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 19, 2024
1 parent ee7e17a commit bf52486
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val _ = {
sys.props += ("line.separator" -> "\n")
}
Global / semanticdbEnabled := !(Global / insideCI).value
Global / semanticdbVersion := "4.7.8"
Global / semanticdbVersion := "4.9.9"
ThisBuild / version := {
val old = (ThisBuild / version).value
nightlyVersion match {
Expand Down
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import Keys._
import sbt.contraband.ContrabandPlugin.autoImport._

object Dependencies {
val scala212 = "2.12.18"
val scala213 = "2.13.12"
val scala212 = "2.12.20"
val scala213 = "2.13.14"

def nightlyVersion: Option[String] =
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")

private val ioVersion = nightlyVersion.getOrElse("1.10.0")
private val utilVersion = nightlyVersion.getOrElse("1.10.0")
private val ioVersion = nightlyVersion.getOrElse("1.10.1")
private val utilVersion = nightlyVersion.getOrElse("1.10.3")

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.9.3
sbt.version=1.10.2

0 comments on commit bf52486

Please sign in to comment.