Skip to content

Commit c76ef36

Browse files
Update scala-library to 2.13.15 (#590)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 668b631 commit c76ef36

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.14"
4+
ThisBuild / scalaVersion := "2.13.15"
55

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

0 commit comments

Comments
 (0)