Skip to content

Commit

Permalink
[Chore] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeng committed Nov 17, 2024
1 parent d53956a commit 3e9bf8f
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 103 deletions.
2 changes: 0 additions & 2 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 42 additions & 3 deletions .idea/modules/archon.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 0 additions & 36 deletions .idea/modules/archon.main.iml

This file was deleted.

55 changes: 0 additions & 55 deletions .idea/modules/archon.test.iml

This file was deleted.

4 changes: 1 addition & 3 deletions .idea/scala_compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Global / onChangedBuildSource := ReloadOnSourceChanges
ThisBuild / version := "0.1.0-SNAPSHOT"

ThisBuild / scalaVersion := "3.5.1"
ThisBuild / scalaVersion := "3.5.2"

lazy val root = (project in file("."))
.settings(
Expand All @@ -20,8 +20,8 @@ lazy val root = (project in file("."))
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"com.lihaoyi" %% "pprint" % "0.9.0",
"com.lihaoyi" %% "fastparse" % "3.1.1",
"com.lihaoyi" %% "os-lib" % "0.10.7",
"org.scala-lang.modules" %% "scala-collection-contrib" % "0.3.0",
"com.lihaoyi" %% "os-lib" % "0.11.3",
"org.scala-lang.modules" %% "scala-collection-contrib" % "0.4.0",
),
Compile / unmanagedJars += {
baseDirectory.value / "unmanaged" / "scalaz3_3-4.8.14-macos-aarch64.jar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.github.tgeng.archon.core.common.*
import com.github.tgeng.archon.core.ir
import com.github.tgeng.archon.core.ir.CTerm.*
import com.github.tgeng.archon.core.ir.Declaration.*
import com.github.tgeng.archon.core.ir.EscapeStatus.{EsLocal, EsReturned, EsUnknown}
import com.github.tgeng.archon.core.ir.EscapeStatus.{EsLocal, EsUnknown}
import com.github.tgeng.archon.core.ir.IrError.*
import com.github.tgeng.archon.core.ir.PrettyPrinter.pprint
import com.github.tgeng.archon.core.ir.Usage.*
Expand Down

0 comments on commit 3e9bf8f

Please sign in to comment.