-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 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,6 +1,6 @@ | ||
lazy val scala212 = "2.12.16" | ||
lazy val scala213 = "2.13.8" | ||
lazy val scala3 = "3.1.3" | ||
lazy val scala212 = "2.12.17" | ||
lazy val scala213 = "2.13.10" | ||
lazy val scala3 = "3.2.1" | ||
|
||
lazy val supportedScalaVersions = List( | ||
scala3, | ||
|
@@ -14,12 +14,12 @@ val Java11 = JavaSpec.temurin("11") // "[email protected]" | |
lazy val utilsVersion = "0.2.25" | ||
|
||
// Dependency versions | ||
lazy val catsVersion = "2.8.0" | ||
lazy val catsEffectVersion = "3.3.14" | ||
lazy val catsVersion = "2.9.0" | ||
lazy val catsEffectVersion = "3.4.4" | ||
lazy val circeVersion = "0.14.2" | ||
lazy val declineVersion = "2.2.0" | ||
lazy val fs2Version = "3.2.7" | ||
lazy val http4sVersion = "0.23.12" | ||
lazy val declineVersion = "2.4.1" | ||
lazy val fs2Version = "3.4.0" | ||
lazy val http4sVersion = "1.0.0-M30" | ||
lazy val jenaVersion = "4.5.0" | ||
lazy val munitVersion = "0.7.29" | ||
lazy val munitEffectVersion = "1.0.7" | ||
|
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.7.1 | ||
sbt.version=1.8.0 |
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 +1 @@ | ||
ThisBuild / version := "0.1.124" | ||
ThisBuild / version := "0.1.125" |