Skip to content

Commit f1065cf

Browse files
authored
Merge pull request #511 from scala-steward/update/scala3-library-3.6.3
Update scala3-library to 3.6.3
2 parents 668f702 + a3a1eb0 commit f1065cf

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
@@ -15,7 +15,7 @@ inThisBuild(
1515
)
1616

1717
val ScalaLTS = "3.3.4"
18-
val ScalaNext = "3.5.2"
18+
val ScalaNext = "3.6.3"
1919

2020
val jsoniterVersion = "2.33.0"
2121

@@ -76,7 +76,7 @@ val commonSettings = Seq(
7676
//
7777
scalacOptions += "-no-indent",
7878
scalacOptions ++= {
79-
if (scalaVersion.value.startsWith("3.5"))
79+
if (scalaVersion.value.startsWith("3.5") || scalaVersion.value.startsWith("3.6"))
8080
Seq(
8181
// for cats-tagless macros
8282
"-experimental"

0 commit comments

Comments
 (0)