Skip to content

Commit

Permalink
bump scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Nov 17, 2022
1 parent 70692d5 commit 695dd2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import scalalib.publish._

object sclin extends ScalaModule with PublishModule {

def scalaVersion = "3.2.0"
def scalaVersion = "3.2.1"
override def publishVersion: T[String] = VcsVersion.vcsState().format()
def pomSettings = PomSettings(
description = "Scala implementation of lin",
Expand Down
1 change: 0 additions & 1 deletion sclin/src/Misc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package sclin

import scala.collection.concurrent.TrieMap
import scala.collection.immutable.VectorMap
import scala.language.implicitConversions
import spire.math.Real
import util.chaining._

Expand Down

0 comments on commit 695dd2e

Please sign in to comment.