Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update scala to 2.13.13
  • Loading branch information
ghostbuster91 committed Apr 10, 2024
commit 05bc44d880916bf81422a684ced1496f7872d184
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.softwaremill.Publish.{ossPublishSettings, updateDocs}
import complete.DefaultParsers._

val scala212 = "2.12.16"
val scala213 = "2.13.8"
val scala213 = "2.13.13"
val scala3 = "3.2.2"

val scalaIdeaVersion = scala3 // the version for which to import sources into intellij
Expand Down