Skip to content

Commit 2aa5c06

Browse files
authored
Bump to Scala 2.13.14, sbt 1.9.9 (#359)
Fixes the build on Mac?
1 parent 6836756 commit 2aa5c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "edg-compiler"
44

55
version := "0.1-SNAPSHOT"
66

7-
scalaVersion := "2.13.8"
7+
scalaVersion := "2.13.14"
88

99
scalacOptions += "-deprecation"
1010

compiler/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.9.9

0 commit comments

Comments
 (0)