We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33d57f commit c13ed50Copy full SHA for c13ed50
project/Dependencies.scala
@@ -4,7 +4,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
4
5
object Dependencies {
6
val scala212 = "2.12.20"
7
- val scala213 = "2.13.15"
+ val scala213 = "2.13.16"
8
9
def nightlyVersion: Option[String] =
10
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
0 commit comments