File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ import org.typelevel.sbt.gha.UseRef.Public
77
88organization := " com.github.swagger-akka-http"
99
10+ ThisBuild / version := " 2.10.0-SNAPSHOT"
1011ThisBuild / 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
1415ThisBuild / 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 }
You can’t perform that action at this time.
0 commit comments