File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.typelevel.scalacoptions.ScalacOptions
33
44inThisBuild(
55 Seq (
6- scalaVersion := " 3.8.2 " ,
6+ scalaVersion := " 3.8.3 " ,
77 organization := " se.thanh" ,
88 organizationName := " Thanh Le" ,
99 licenses += (" agpl-v3" -> url(" https://opensource.org/license/agpl-v3" )),
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ object Dependencies {
66 object V {
77 val catsEffect = " 3.7.0"
88 val ciris = " 3.12.0"
9- val decline = " 2.6.0 "
9+ val decline = " 2.6.1 "
1010 val fs2 = " 3.13.0"
11- val fs2Data = " 1.12.0 "
11+ val fs2Data = " 1.12.1 "
1212 val http4s = " 0.23.33"
1313 val iron = " 3.3.0"
1414 val gatling = " 3.15.0"
Original file line number Diff line number Diff line change 11addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.6" )
2- addSbtPlugin(" com.disneystreaming.smithy4s" % " smithy4s-sbt-codegen" % " 0.18.49 " )
2+ addSbtPlugin(" com.disneystreaming.smithy4s" % " smithy4s-sbt-codegen" % " 0.18.50 " )
33addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.11.7" )
44addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.6" )
55addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.3" )
You can’t perform that action at this time.
0 commit comments