We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc946e6 commit b6db982Copy full SHA for b6db982
build.sbt
@@ -1,7 +1,7 @@
1
val commonSettings = Seq(
2
organization := "com.htmlism",
3
- scalaVersion := "2.13.14",
4
- crossScalaVersions := Seq("2.12.20", "2.13.14"),
+ scalaVersion := "2.13.15",
+ crossScalaVersions := Seq("2.12.20", "2.13.15"),
5
scalacOptions += "-Xsource:3"
6
)
7
0 commit comments