Skip to content

Commit

Permalink
Bump Scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernet committed May 3, 2024
1 parent 351a1bf commit ed7c3b0
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 @@ name := "pekko-tutorial"

version := "1.0"

scalaVersion := "2.13.13"
scalaVersion := "2.13.14"

val pekkoVersion = "1.0.2"
val pekkoHTTPVersion = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
//The now built in dependencyTree task is usually enough
//https://www.scala-sbt.org/1.x/docs/sbt-1.4-Release-Notes.html#sbt-dependency-graph+is+in-sourced
//addDependencyTreePlugin

0 comments on commit ed7c3b0

Please sign in to comment.