From 26d3a9977ad2a218f205c2f56795def053f99aac Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 26 May 2023 17:13:12 +0100 Subject: [PATCH 1/2] scala 3.3.0 support --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4c05440..d39b939 100644 --- a/build.sbt +++ b/build.sbt @@ -7,9 +7,10 @@ import org.typelevel.sbt.gha.UseRef.Public organization := "com.github.swagger-akka-http" +ThisBuild / version := "2.10.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.10" -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.2") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0") ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module")) From 3c00b19fc862d96e54df504ebd25136ac97e7e58 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 26 May 2023 17:14:10 +0100 Subject: [PATCH 2/2] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d39b939..5fbf09e 100644 --- a/build.sbt +++ b/build.sbt @@ -96,7 +96,7 @@ libraryDependencies ++= { Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value) } else { Seq( - "com.github.pjfanning" %% "scala3-reflection" % "1.2.0", + "com.github.pjfanning" %% "scala3-reflection" % "1.3.0", "org.scala-lang" %% "scala3-staging" % scalaVersion.value ) }