Skip to content

Commit

Permalink
Merge pull request #245 from scala-steward/update/sbt-converter-1.0.0…
Browse files Browse the repository at this point in the history
…-beta44

Update sbt-converter to 1.0.0-beta44
  • Loading branch information
Atry authored Dec 29, 2024
2 parents 6717cdf + 444425c commit e5d79cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.4.0"

addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2")

addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta42")
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44")

addSbtPlugin("ch.epfl.scala" % "sbt-web-scalajs-bundler" % "0.21.1")

Expand All @@ -17,3 +17,5 @@ addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-java8-compat" % VersionScheme.Always

ThisBuild / libraryDependencySchemes += "com.lihaoyi" %% "geny" % VersionScheme.Always

0 comments on commit e5d79cc

Please sign in to comment.