Skip to content

Commit 278bdcf

Browse files
Update scala-library to 2.13.16 (#607)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent dc75b05 commit 278bdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)