Skip to content

Commit

Permalink
Update to latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Jun 1, 2024
1 parent b5ebd1d commit 4caa149
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ ThisBuild / developers ++= List(
tlGitHubDev("mpilquist", "Michael Pilquist")
)

ThisBuild / scalaVersion := "3.3.1"
ThisBuild / scalaVersion := "3.3.3"

lazy val root = tlCrossRootProject
.aggregate(core)

lazy val core = crossProject(JVMPlatform, JSPlatform)
.settings(
name := "spotted-leopards",
libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "0.7.29",
libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0",
Compile / console / scalacOptions := (Compile / console / scalacOptions).value
.filterNot(_.startsWith("-Wunused"))
)
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.6
sbt.version=1.10.0
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.5.3"
val sbtTypelevelVersion = "0.7.1"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")

0 comments on commit 4caa149

Please sign in to comment.