Skip to content

Commit

Permalink
Temporarily disable support for Scala 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
david-bouyssie committed Oct 22, 2021
1 parent eae145e commit 5261e0e
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 @@ name := "sqlite4s"
organization := "com.github.david-bouyssie"
version := "0.4.1"
scalaVersion := "2.13.6"
crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12")
crossScalaVersions := Seq("2.13.6", "2.12.15") // , "2.11.12"

libraryDependencies += "com.outr" %%% "scribe" % "3.6.1"
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.10" % "test"
Expand Down

0 comments on commit 5261e0e

Please sign in to comment.