Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-typelevel-0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist authored Feb 3, 2024
2 parents ab716bc + 659ab65 commit 462443a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
)
)
.jvmSettings(
libraryDependencies += "com.google.guava" % "guava" % "32.1.3-jre" % "test"
libraryDependencies += "com.google.guava" % "guava" % "33.0.0-jre" % "test"
)
.dependsOn(core % "compile->compile")

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
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")

0 comments on commit 462443a

Please sign in to comment.