Skip to content

Commit

Permalink
Bump to Scala 2.13.14, sbt 1.9.9 (#359)
Browse files Browse the repository at this point in the history
Fixes the build on Mac?
  • Loading branch information
ducky64 authored Jun 11, 2024
1 parent 6836756 commit 2aa5c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "edg-compiler"

version := "0.1-SNAPSHOT"

scalaVersion := "2.13.8"
scalaVersion := "2.13.14"

scalacOptions += "-deprecation"

Expand Down
2 changes: 1 addition & 1 deletion compiler/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.9.9

0 comments on commit 2aa5c06

Please sign in to comment.