Skip to content

Commit 0c88d30

Browse files
author
scala-steward
committed
Update scala3-library, ... to 3.3.6
1 parent 964ff96 commit 0c88d30

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build.sbt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.softwaremill.UpdateVersionInDocs
55
val scala211 = "2.11.12"
66
val scala212 = "2.12.20"
77
val scala213 = "2.13.15"
8-
val scala3 = "3.3.4"
8+
val scala3 = "3.3.6"
99

1010
val scalaIdeaVersion = scala3 // the version for which to import sources into intellij
1111

@@ -14,7 +14,11 @@ excludeLintKeys in Global ++= Set(ideSkipProject)
1414
val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
1515
organization := "com.softwaremill.quicklens",
1616
updateDocs := UpdateVersionInDocs(sLog.value, organization.value, version.value, List(file("README.md"))),
17-
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked"), // useful for debugging macros: "-Ycheck:all", "-Xcheck-macros"
17+
scalacOptions ++= Seq(
18+
"-deprecation",
19+
"-feature",
20+
"-unchecked"
21+
), // useful for debugging macros: "-Ycheck:all", "-Xcheck-macros"
1822
ideSkipProject := (scalaVersion.value != scalaIdeaVersion)
1923
)
2024

@@ -77,5 +81,5 @@ lazy val quicklens = (projectMatrix in file("quicklens"))
7781
scalaVersions = List(scala212, scala213, scala3)
7882
)
7983
.nativePlatform(
80-
scalaVersions = List(scala212, scala213, scala3),
84+
scalaVersions = List(scala212, scala213, scala3)
8185
)

0 commit comments

Comments
 (0)