Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 13, 2024
1 parent 118402d commit 313eef9
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 235 deletions.
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ addSbtPlugin("com.eed3si9n.ifdef" % "sbt-ifdef" % "0.3.0")
//addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
//addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")
//addSbtPlugin("com.github.sbt" % "sbt-proguard" % "0.5.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
//addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.5")

libraryDependencies ++= Seq(
Expand All @@ -25,7 +25,7 @@ libraryDependencies ++= Seq(
// cli tools
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addDependencyTreePlugin
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0+9-d2c99b38-SNAPSHOT")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0+25-ce9fb4e7-SNAPSHOT")
//addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0")
6 changes: 3 additions & 3 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@xterm/xterm": "5.6.0-beta.70",
"base64-arraybuffer": "^1.0.2",
"deepmerge": "^4.3.1",
"monaco-editor": "^0.52.0",
"monaco-editor": "^0.52.2",
"next": "15.0.4",
"next-intl": "^3.26.0",
"next-intl": "^3.26.1",
"pako": "^2.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand All @@ -43,7 +43,7 @@
"xterm-readline": "^1.1.2"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/pako": "^2.0.3",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
Expand Down
Loading

0 comments on commit 313eef9

Please sign in to comment.