We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50df4d2 commit d752a92Copy full SHA for d752a92
project/Build.scala
@@ -81,8 +81,8 @@ object Build {
81
* scala-library.
82
*/
83
def stdlibVersion(implicit mode: Mode): String = mode match {
84
- case NonBootstrapped => "2.13.2"
85
- case Bootstrapped => "2.13.2"
+ case NonBootstrapped => "2.13.3"
+ case Bootstrapped => "2.13.3"
86
}
87
88
val dottyOrganization = "ch.epfl.lamp"
0 commit comments