Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Commit 45be42d

Browse files
author
poohsen
authored
upgrade from scala 2.13.3 to 2.13.4
1 parent 4a7e92e commit 45be42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScalaVersion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package tnm
22

33
object ScalaVersion {
4-
val curr = "2.13.3"
4+
val curr = "2.13.4"
55
val prev = "2.12.12"
66
val aged = "2.11.12"
77
}

0 commit comments

Comments
 (0)