Skip to content

Commit

Permalink
Merge pull request #597 from softwaremill/lock-scala-3.3
Browse files Browse the repository at this point in the history
Local Scala 3 on 3.3.x
  • Loading branch information
adamw committed Apr 29, 2024
2 parents 5d62987 + 3ab41dc commit 2fe6270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ updates.ignore = [
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "2.13."},
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "3."}
]
updates.pin = [
{groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."}
]
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import scala.sys.process.Process
import scala.util.Try

val scala2Version = "2.13.10"
val scala3Version = "3.4.1"
val scala3Version = "3.3.3"

val tapirVersion = "1.10.6"

Expand Down

0 comments on commit 2fe6270

Please sign in to comment.