Skip to content

Commit eec3a13

Browse files
committed
Update scala-library to 2.13.15
1 parent a477d3d commit eec3a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ val scalac212Opts = baseScalaOpts ++ Seq("-Ypartial-unification")
2929

3030
lazy val global = {
3131
Seq(
32-
scalaVersion := "2.13.10",
32+
scalaVersion := "2.13.15",
3333
organization := "com.fullfacing",
3434
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
3535
case Some((2, n)) if n <= 12 => scalac212Opts

0 commit comments

Comments
 (0)