Skip to content

Commit 7817ef4

Browse files
Update scala-library, scala-reflect to 2.13.7 (mockito#418)
[skip ci]
1 parent 5a8cb6f commit 7817ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import scala.io.Source
22
import scala.language.postfixOps
33
import sbt.io.Using
44

5-
val currentScalaVersion = "2.13.6"
5+
val currentScalaVersion = "2.13.7"
66

77
inThisBuild(
88
Seq(
@@ -17,7 +17,7 @@ inThisBuild(
1717
_.getLines.collectFirst { case VersionRE(v) => v }
1818
}
1919
}
20-
.map { _.replace(".*", "-SNAPSHOT") }
20+
.map(_.replace(".*", "-SNAPSHOT"))
2121
.get
2222
)
2323
)

0 commit comments

Comments
 (0)