Skip to content

Commit e46c450

Browse files
authored
scala 3.3.0 support (#246)
* scala 3.3.0 support * Update build.sbt
1 parent 0396535 commit e46c450

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: build.sbt

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ import org.typelevel.sbt.gha.UseRef.Public
77

88
organization := "com.github.swagger-akka-http"
99

10+
ThisBuild / version := "2.10.0-SNAPSHOT"
1011
ThisBuild / scalaVersion := "2.13.10"
1112

12-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.2")
13+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0")
1314

1415
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))
1516

@@ -95,7 +96,7 @@ libraryDependencies ++= {
9596
Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)
9697
} else {
9798
Seq(
98-
"com.github.pjfanning" %% "scala3-reflection" % "1.2.0",
99+
"com.github.pjfanning" %% "scala3-reflection" % "1.3.0",
99100
"org.scala-lang" %% "scala3-staging" % scalaVersion.value
100101
)
101102
}

0 commit comments

Comments
 (0)