Skip to content

Commit d752a92

Browse files
committed
Upgrade scala-library to 2.13.3
1 parent 50df4d2 commit d752a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ object Build {
8181
* scala-library.
8282
*/
8383
def stdlibVersion(implicit mode: Mode): String = mode match {
84-
case NonBootstrapped => "2.13.2"
85-
case Bootstrapped => "2.13.2"
84+
case NonBootstrapped => "2.13.3"
85+
case Bootstrapped => "2.13.3"
8686
}
8787

8888
val dottyOrganization = "ch.epfl.lamp"

0 commit comments

Comments
 (0)