Skip to content

Commit

Permalink
Update scala, sbt and kind-projector versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grryum committed May 6, 2024
1 parent 3327cf6 commit db3123c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ object Dependencies {
val minorVersion = SettingKey[Int]("minor scala version")

object Version {
val scala212 = "2.12.18"
val scala212 = "2.12.19"

val scala213 = "2.13.12"
val scala213 = "2.13.13"

val scala3 = "3.3.1"
val scala3 = "3.3.3"

val circe = "0.14.5"

Expand Down Expand Up @@ -69,7 +69,7 @@ object Dependencies {

val simulacrum = "1.0.1"

val kindProjector = "0.13.2"
val kindProjector = "0.13.3"

val betterMonadicFor = "0.3.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.6
sbt.version = 1.9.9

0 comments on commit db3123c

Please sign in to comment.