Skip to content

Commit

Permalink
Merge branch 'master' into update/scala3-library-3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 authored Sep 19, 2023
2 parents 51a261d + 7eeab1f commit 18f8e1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
import Tests.*

val scala213 = "2.13.10"
val scala213 = "2.13.12"

val scala3 = "3.3.1"

name := "scarango"
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ object Dependencies {

val catsEffect: String = "3.5.1"

val fs2: String = "3.8.0"
val fs2: String = "3.9.2"

val scribe: String = "3.11.9"

val scalaMeta: String = "4.8.7"

val scalaTest: String = "3.2.16"
val scalaTest: String = "3.2.17"

val catsEffectTesting: String = "1.5.0"
}
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.3
sbt.version=1.9.6

0 comments on commit 18f8e1c

Please sign in to comment.