Skip to content

Commit

Permalink
scala 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanlas committed Sep 28, 2024
1 parent cc946e6 commit b6db982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val commonSettings = Seq(
organization := "com.htmlism",
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.12.20", "2.13.14"),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.12.20", "2.13.15"),
scalacOptions += "-Xsource:3"
)

Expand Down

0 comments on commit b6db982

Please sign in to comment.