Skip to content

Commit 763a5ac

Browse files
authored
Merge branch 'master' into update/sbt-scalafmt-2.5.4
2 parents 89ac431 + 278bdcf commit 763a5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Global / onChangedBuildSource := IgnoreSourceChanges // not working well with webpack devserver
22

33
ThisBuild / version := "0.1.0-SNAPSHOT"
4-
ThisBuild / scalaVersion := "2.13.15"
4+
ThisBuild / scalaVersion := "2.13.16"
55

66
Global / excludeLintKeys += webpackDevServerPort // TODO:
77

88
val versions = new {
99
val outwatch = "1.1.0"
1010
val colibri = "0.8.6"
1111
val funStack = "0.9.23"
12-
val tapir = "1.11.12"
12+
val tapir = "1.11.13"
1313
val pprint = "0.9.0"
1414
}
1515

0 commit comments

Comments
 (0)