We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89208e commit cfae033Copy full SHA for cfae033
build.sbt
@@ -97,7 +97,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
97
doctestGenTests := Seq.empty
98
)
99
.settings(
100
- crossScalaVersions := List(scalaVersion.value, "2.12.12"),
+ crossScalaVersions := List(scalaVersion.value, "2.12.18"),
101
commonSettings,
102
publishSettings,
103
name := "uritemplate4s",
0 commit comments