-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
262bd97
commit b7c6d58
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.9.8 | ||
sbt.version=1.9.9 |