Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Jan 8, 2023
1 parent 345601a commit 543d158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ object Deps {
val sourcecode = ivy"com.lihaoyi::sourcecode:0.3.0"
val upickle = ivy"com.lihaoyi::upickle:2.0.0"
val utest = ivy"com.lihaoyi::utest:0.7.11"
val usingDirectives = ivy"org.virtuslab:using_directives:0.0.9"
val usingDirectives = ivy"org.virtuslab:using_directives:0.0.10"
val windowsAnsi = ivy"io.github.alexarchambault.windows-ansi:windows-ansi:0.0.4"
val zinc = ivy"org.scala-sbt::zinc:1.8.0"
val bsp = ivy"ch.epfl.scala:bsp4j:2.1.0-M3"
Expand Down
2 changes: 1 addition & 1 deletion scalalib/src/mill/scalalib/buildfile/MillBuildModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trait MillBuildModule extends ScalaModule with MillSetupScannerModule {
override def scalaVersion: T[String] = T {
millBinPlatform() match {
case "" | "0.6" => "2.12.17"
case _ => "2.13.9"
case _ => "2.13.10"
}
}

Expand Down

0 comments on commit 543d158

Please sign in to comment.