Skip to content

Commit 8065d6c

Browse files
Update scala-library to 2.13.18
1 parent 67c3d08 commit 8065d6c

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
@@ -170,7 +170,7 @@ lazy val javaVmArgs: List[String] = {
170170
}
171171

172172
lazy val plugin = (projectMatrix in file("sbt-conscript"))
173-
.jvmPlatform(scalaVersions = Seq("3.7.2", "2.12.20"))
173+
.jvmPlatform(scalaVersions = Seq("3.7.2", "2.13.18"))
174174
.enablePlugins(SbtPlugin)
175175
.settings(
176176
commonSettings,

0 commit comments

Comments
 (0)