Skip to content

Commit b6db982

Browse files
committedSep 28, 2024·
scala 2.13.15
1 parent cc946e6 commit b6db982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val commonSettings = Seq(
22
organization := "com.htmlism",
3-
scalaVersion := "2.13.14",
4-
crossScalaVersions := Seq("2.12.20", "2.13.14"),
3+
scalaVersion := "2.13.15",
4+
crossScalaVersions := Seq("2.12.20", "2.13.15"),
55
scalacOptions += "-Xsource:3"
66
)
77

0 commit comments

Comments
 (0)
Please sign in to comment.