Skip to content

Commit

Permalink
update scala & plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed Dec 8, 2023
1 parent 8fd0c1a commit 466fd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val fs2Version = "3.2.5"
val catsEffectVersion = "3.3.7"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"

val scala3Version = "3.1.1"
val scala3Version = "3.3.1"
val scala2Version = "2.13.7"

val crossScala3 = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.12")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.18")
addDependencyTreePlugin

0 comments on commit 466fd43

Please sign in to comment.