Skip to content

Commit

Permalink
Patch updates (#86)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.12.19

* Update scala-library to 2.13.13

* Update scala3-library to 3.3.3

* Update sbt to 1.9.9

* Update scalafmt-core to 3.8.1

* Update scalatest to 3.2.18

* Update cats-effect to 3.5.4

* Update airframe-ulid to 24.2.3
  • Loading branch information
scala-steward authored May 13, 2024
1 parent 262bd97 commit b7c6d58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "3.8.0"
version = "3.8.1"
runner.dialect = scala213source3
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Dependencies._

val Scala212 = "2.12.18"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
val Scala212 = "2.12.19"
val Scala213 = "2.13.13"
val Scala3 = "3.3.3"

ThisBuild / tlBaseVersion := "1.3"

Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.2"
lazy val airframeUlid = "org.wvlet.airframe" %% "airframe-ulid" % "24.2.0"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
lazy val airframeUlid = "org.wvlet.airframe" %% "airframe-ulid" % "24.2.3"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
}
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.8
sbt.version=1.9.9

0 comments on commit b7c6d58

Please sign in to comment.