Skip to content

Commit 5ac4371

Browse files
committed
chore(build): use scala 3 lts version
1 parent c751598 commit 5ac4371

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
target/
2+
.bsp/
23
node_modules/
34
dist/
45
*.bak

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.nio.charset.StandardCharsets
22
import org.scalajs.linker.interface.ModuleSplitStyle
33

4-
val scala3 = "3.6.3"
4+
val scala3 = "3.3.5"
55

66
val tapirVersion = "1.11.14"
77

0 commit comments

Comments
 (0)