Skip to content

Commit

Permalink
build: remove cross 2.13.10 due to chisel3.5.4 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyic00 authored Dec 19, 2023
1 parent ad7c0b6 commit a7d0d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ThisBuild / version := "1.1-SNAPSHOT"
ThisBuild / organization := "cn.ac.ios.tis"
ThisBuild / scalaVersion := "2.13.8"

ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "2.13.10")
ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8")

resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"),
Expand Down

0 comments on commit a7d0d2c

Please sign in to comment.