Skip to content

Commit

Permalink
update sbt, plugins, and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengl committed Feb 18, 2024
1 parent b6cd0a1 commit f2b0991
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ lazy val javaSettings = commonSettings ++ Seq(
"-bottom", """<script src="{@docRoot}/../../js/google-analytics.js" type="text/javascript"></script>"""
),
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "2.0.11",
"org.slf4j" % "slf4j-simple" % "2.0.11" % Test,
"org.slf4j" % "slf4j-api" % "2.0.12",
"org.slf4j" % "slf4j-simple" % "2.0.12" % Test,
"junit" % "junit" % "4.13.2" % Test,
"com.novocode" % "junit-interface" % "0.11" % Test exclude("junit", "junit-dep")
),
Expand Down Expand Up @@ -116,7 +116,7 @@ lazy val scalaSettings = commonSettings ++ Seq(
),
libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.slf4j" % "slf4j-simple" % "2.0.11" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.12" % Test,
"org.specs2" %% "specs2-core" % "4.20.5" % Test
),
)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.0.0")
addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.2.0")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
2 changes: 1 addition & 1 deletion shell/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ buildInfoOptions += BuildInfoOption.BuildTime
libraryDependencies ++= Seq(
"com.github.scopt" %% "scopt" % "4.1.0",
"org.scala-lang" % "scala-compiler" % "2.13.12",
"org.slf4j" % "slf4j-simple" % "2.0.11",
"org.slf4j" % "slf4j-simple" % "2.0.12",
"com.typesafe.akka" %% "akka-actor-typed" % "2.8.5",
"com.typesafe.akka" %% "akka-stream" % "2.8.5",
"com.typesafe.akka" %% "akka-http" % "10.5.3",
Expand Down

0 comments on commit f2b0991

Please sign in to comment.