Skip to content

Commit 24ab7cb

Browse files
committed
Update scala-library to 2.13.18
1 parent bb2edab commit 24ab7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ val ZIOInteropCatsVersion = "23.1.0.5"
3737

3838
lazy val commonScalaVersionSettings = Seq(
3939
scalaVersion := ScalaVersion,
40-
crossScalaVersions := Seq("2.12.20", "2.13.16", ScalaVersion)
40+
crossScalaVersions := Seq("2.12.20", "2.13.18", ScalaVersion)
4141
)
4242

4343
lazy val warnUnusedImport = Seq(

0 commit comments

Comments
 (0)