Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-mdoc-2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vlovgr authored Feb 14, 2024
2 parents 0499808 + 822b574 commit 202b074
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import scala.scalanative.build.Mode

val catsEffectVersion = "3.5.2"
val catsEffectVersion = "3.5.3"

val circeVersion = "0.14.6"

val circeYamlVersion = "0.15.1"

val enumeratumVersion = "1.7.3"

val http4sVersion = "0.23.24"
val http4sVersion = "0.23.25"

val refinedVersion = "0.11.1"

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 @@ -7,6 +7,6 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit 202b074

Please sign in to comment.