Skip to content

Commit

Permalink
Update Scala versions (#934)
Browse files Browse the repository at this point in the history
* update Scala versions

* update scalafmt
  • Loading branch information
rochala authored Sep 7, 2023
1 parent c2a73e0 commit 1f98248
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ object ScalaVersions {
List(
BuildInfo.stable3,
BuildInfo.latest3,
"3.3.0",
"3.2.2",
"3.2.1",
"3.2.0",
Expand All @@ -34,6 +35,7 @@ object ScalaVersions {
case _ =>
List(
BuildInfo.latest213,
"2.13.11",
"2.13.10",
"2.13.9",
"2.13.8",
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ lazy val sbtRunner = project
akka("testkit") % Test,
akka("cluster"),
akka("slf4j"),
"org.scalameta" %% "scalafmt-core" % "3.7.1"
"org.scalameta" %% "scalafmt-core" % "3.7.14"
),
docker / imageNames := Seq(
ImageName(namespace = Some(dockerOrg), repository = "scastie-sbt-runner", tag = Some(gitHashNow)),
Expand Down Expand Up @@ -277,7 +277,7 @@ lazy val instrumentation = project
.settings(loggingAndTest)
.settings(
libraryDependencies ++= Seq(
"org.scalameta" %% "scalameta" % "4.7.8",
"org.scalameta" %% "scalameta" % "4.8.10",
"com.googlecode.java-diff-utils" % "diffutils" % "1.3.0" % Test
)
)
Expand Down
6 changes: 3 additions & 3 deletions project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ object SbtShared {
val latest210 = "2.10.7"
val latest211 = "2.11.12"
val latest212 = "2.12.18"
val latest213 = "2.13.11"
val latest213 = "2.13.12"
val old3 = "3.0.2"
val stable3 = "3.3.0"
val latest3 = "3.3.1-RC1"
val stable3 = "3.3.1"
val latest3 = "3.3.1"
val js = latest213
val sbt = latest212
val jvm = latest213
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.0
sbt.version=1.9.3

0 comments on commit 1f98248

Please sign in to comment.