File tree 1 file changed +3
-2
lines changed
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
7
7
8
8
organization := " com.github.swagger-akka-http"
9
9
10
+ ThisBuild / version := " 2.10.0-SNAPSHOT"
10
11
ThisBuild / scalaVersion := " 2.13.10"
11
12
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 " )
13
14
14
15
ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-scala-module" ))
15
16
@@ -95,7 +96,7 @@ libraryDependencies ++= {
95
96
Seq (" org.scala-lang" % " scala-reflect" % scalaVersion.value)
96
97
} else {
97
98
Seq (
98
- " com.github.pjfanning" %% " scala3-reflection" % " 1.2 .0" ,
99
+ " com.github.pjfanning" %% " scala3-reflection" % " 1.3 .0" ,
99
100
" org.scala-lang" %% " scala3-staging" % scalaVersion.value
100
101
)
101
102
}
You can’t perform that action at this time.
0 commit comments