We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89ac431 + 278bdcf commit 763a5acCopy full SHA for 763a5ac
build.sbt
@@ -1,15 +1,15 @@
1
Global / onChangedBuildSource := IgnoreSourceChanges // not working well with webpack devserver
2
3
ThisBuild / version := "0.1.0-SNAPSHOT"
4
-ThisBuild / scalaVersion := "2.13.15"
+ThisBuild / scalaVersion := "2.13.16"
5
6
Global / excludeLintKeys += webpackDevServerPort // TODO:
7
8
val versions = new {
9
val outwatch = "1.1.0"
10
val colibri = "0.8.6"
11
val funStack = "0.9.23"
12
- val tapir = "1.11.12"
+ val tapir = "1.11.13"
13
val pprint = "0.9.0"
14
}
15
0 commit comments