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
Prev Previous commit
Update scala to 2.12.19
  • Loading branch information
ghostbuster91 committed Apr 10, 2024
commit 68fd123c0c4936e8b0b10daa29232d8f5025f04f
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings
import com.softwaremill.Publish.{ossPublishSettings, updateDocs}
import complete.DefaultParsers._

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

Expand Down