Skip to content

Commit cf9d5aa

Browse files
committed
Update
1 parent 2705f07 commit cf9d5aa

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
1717
jdk: [8]
18-
python: [3.8, 3.9, "3.10"]
18+
python: [3.8, 3.9, "3.10", "3.11", "3.12"]
1919
steps:
2020
- uses: actions/checkout@master
2121
- uses: coursier/[email protected]

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ lazy val scala213 = "2.13.17"
2121
lazy val scala3 = "3.3.7"
2222

2323
ThisBuild / scalaVersion := scala213
24-
ThisBuild / scalafixDependencies += organizeImports
2524

2625
lazy val root = project
2726
.in(file("."))

project/Dependencies.scala

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import sbt._
22

33
object Dependencies {
44
lazy val scalaCollectionCompat =
5-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
6-
lazy val scalapy = "me.shadaj" %% "scalapy-core" % "0.5.2"
7-
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.11"
8-
lazy val organizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
5+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
6+
lazy val scalapy = "dev.scalapy" %% "scalapy-core" % "0.5.3"
7+
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
98
}

0 commit comments

Comments
 (0)